-
Notifications
You must be signed in to change notification settings - Fork 976
Description
Is your feature request related to a current problem? Please describe.
Amazon has just released Chronos 2, a pre-trained Transformer model for forecasting. Unlike previous Chronos, it has direct multivariate and (future and past) covariate support.
I wonder if there is any interest from the Darts side to implement and support it inside Darts? If so, I am happy to try implementing a prototype in Darts APIs.
Describe proposed solution
A prototype implementation of pre-trained Chronos 2 in Darts torch model APIs. Some additional dependencies may be required (from a glance of Amazon code):
- einops (maybe replaced by torch operations).
The user would also need to download pre-trained model weights (120M parameters, around 450MB) from Amazon S3 bucket.
Describe potential alternatives
A clear and concise description of any alternative solutions or existing features that might solve it.
Additional context
Add any other context or screenshots about the feature request here.