sktime/sktime

[ENH] TabICL-TS foundation model

Open

#8.665 aberto em 5 de ago. de 2025

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)Python (1.192 forks)batch import
enhancementgood first issueimplementing algorithmsinterfacing algorithmsmodule:forecasting

Métricas do repositório

Stars
 (7.162 stars)
Métricas de merge de PR
 (Mesclagem média 26d 10h) (86 fundiu PRs em 30d)

Description

TabICL-TS is a hypothetical time series foundation obtained from applying make_reduction to tabICL, a tabular foundation model https://github.com/soda-inria/tabicl

This relates to TabPFN-TS as TabPFN relates to TabICL - we can expect higher accuracy at a given runtime budget.

It is insofar special as we would need to interface the tabular TabICl (in sklearn API) directly, and then delegate to a reducer composite.

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

Guia do colaborador