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
_multitonto avoid memory explosion when broadcasting. You can search for it or look atChronosForecaster
Optional: add a second version: a delegator that combines make_reduction with vanilla TabPFN - TabPFN-TS is exactly that, internally.