sktime/sktime

[ENH] TabPFN-TS foundation model

Open

#8,664 建立於 2025年8月5日

在 GitHub 查看
 (12 留言) (0 反應) (1 負責人)Python (1,192 fork)batch import
enhancementgood first issueinterfacing algorithmsmodule:forecasting

倉庫指標

Star
 (7,162 star)
PR 合併指標
 (平均合併 26天 10小時) (30 天內合併 86 個 PR)

描述

We should interface the TabPFN-TS model https://github.com/PriorLabs/tabpfn-time-series

Estimator interfacing guide: https://www.sktime.net/en/latest/developer_guide/add_estimators.html

To check:

  • license constraints and implications. For copied code, the custom license of Prior Labs needs to be respected.
  • I presume we need to use _multiton to avoid memory explosion when broadcasting. You can search for it or look at ChronosForecaster

Optional: add a second version: a delegator that combines make_reduction with vanilla TabPFN - TabPFN-TS is exactly that, internally.

貢獻者指南