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
AWS's Chronos-2 foundational model: Chronos-2 has been added to the foundational models hub. Chronos-2 is a 120M parameter time series foundation model from AWS that provides state-of-the-art forecasting capabilities. You can now use Chronos-2 through the existing Chronos interface. Refer to #245 for more details.
importpandasaspdfromtimecopilot.models.foundation.chronosimportChronosdf=pd.read_csv(
"https://timecopilot.s3.amazonaws.com/public/data/events_pageviews.csv",
parse_dates=["ds"],
)
# Use Chronos-2model=Chronos(repo_id="s3://autogluon/chronos-2")
fcst=model.forecast(df, h=12)
print(fcst)
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
AWS's Chronos-2 foundational model: Chronos-2 has been added to the foundational models hub. Chronos-2 is a 120M parameter time series foundation model from AWS that provides state-of-the-art forecasting capabilities. You can now use Chronos-2 through the existing Chronos interface. Refer to #245 for more details.
Full Changelog: v0.0.20...v0.0.21
This discussion was created from the release v0.0.21.
Beta Was this translation helpful? Give feedback.
All reactions