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
Toto 2.0 support: The Toto class now transparently supports both Toto 1.0 and Toto 2.0 foundation models. Pass a Toto 2.0 checkpoint (e.g. Datadog/Toto-2.0-4m) as repo_id and the model family is detected automatically from the checkpoint configuration. Toto 2.0 predicts a fixed set of quantile knots (0.1, ..., 0.9): the median is used as the point forecast and requested quantiles/level are obtained by linear interpolation across the knots. See #343.
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
Toto 2.0 support: The
Totoclass now transparently supports both Toto 1.0 and Toto 2.0 foundation models. Pass a Toto 2.0 checkpoint (e.g.Datadog/Toto-2.0-4m) asrepo_idand the model family is detected automatically from the checkpoint configuration. Toto 2.0 predicts a fixed set of quantile knots (0.1, ..., 0.9): the median is used as the point forecast and requestedquantiles/levelare obtained by linear interpolation across the knots. See #343.Available Toto 2.0 checkpoints:
Datadog/Toto-2.0-4m,Datadog/Toto-2.0-22m,Datadog/Toto-2.0-313m,Datadog/Toto-2.0-1B, andDatadog/Toto-2.0-2.5B.Documentation
Prophet,AutoARIMA, andSeasonalNaive. See #343.Full Changelog: v0.0.26...v0.0.27
This discussion was created from the release v0.0.27.
Beta Was this translation helpful? Give feedback.
All reactions