-
The context window of Chronos-Bolt is a max of 2048 , while using AutoGluon predict function, if we provide a timeseries of more than 2048 data points, Does the function trim the series to the last 2048 points before forecasting? |
Beta Was this translation helpful? Give feedback.
Answered by
lostella
Dec 10, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gknair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gknair yes, this happens here https://github.com/autogluon/autogluon/blob/bfbfc593898e8bffa6486bb7bcd5a04039d73b0d/timeseries/src/autogluon/timeseries/models/chronos/pipeline/chronos_bolt.py#L417-L418