amazon-science / chronos-forecasting

Chronos: Pretrained (Language) Models for Probabilistic Time Series Forecasting
https://arxiv.org/abs/2403.07815
Apache License 2.0
2.02k stars 238 forks source link

How to utilize META information for forecasting #100

Closed cbhaaa closed 2 weeks ago

cbhaaa commented 3 weeks ago

It seems that chronos only supports uni-variate input, but if there is additional information (meta information like event) at a future point in time that we want to predict, can we utilize it?

lostella commented 3 weeks ago

@cbhaaa currently not: the models only take historical observations as input

lostella commented 2 weeks ago

Closing as related to #22