You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foundationforecast library: Foundation model implementations now live in the standalone foundationforecast package on PyPI (requires foundationforecast>=0.1.2 for Tafsut). TimeCopilot re-exports them at timecopilot.models.foundation.* for backward compatibility. Model docstrings and core forecaster logic are maintained in the foundationforecast repository. See #368.
Tafsut foundation model: Added support for Tafsut, a zero-shot probabilistic univariate time series foundation model. Use it via the Tafsut class. See the model card.
GIFT-Eval moved to standalone package: The in-repo timecopilot.gift_eval module was removed. GIFT-Eval integration now lives in the timecopilot-gift-eval PyPI package (timecopilot_gift_eval import path). Install via pip install "timecopilot[gift-eval]" or pip install timecopilot-gift-eval>=0.3.0. See #369.
Migration:
from timecopilot.gift_eval.eval import GIFTEval
from timecopilot.gift_eval.gluonts_predictor import GluonTSPredictor
from timecopilot.gift_eval.utils import DATASETS_WITH_TERMS
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Features
foundationforecast library: Foundation model implementations now live in the standalone
foundationforecastpackage on PyPI (requiresfoundationforecast>=0.1.2for Tafsut). TimeCopilot re-exports them attimecopilot.models.foundation.*for backward compatibility. Model docstrings and core forecaster logic are maintained in the foundationforecast repository. See #368.Tafsut foundation model: Added support for Tafsut, a zero-shot probabilistic univariate time series foundation model. Use it via the
Tafsutclass. See the model card.Breaking Changes
GIFT-Eval moved to standalone package: The in-repo
timecopilot.gift_evalmodule was removed. GIFT-Eval integration now lives in thetimecopilot-gift-evalPyPI package (timecopilot_gift_evalimport path). Install viapip install "timecopilot[gift-eval]"orpip install timecopilot-gift-eval>=0.3.0. See #369.Migration:
See the GIFT-Eval API docs for details.
Full Changelog: v0.0.30...v0.0.31
This discussion was created from the release v0.0.31.
All reactions