Replies: 1 comment
-
|
@wll199566 Chronos-2 directly generates 21 quantiles which you can use to approximate the distribution at each future step. There is no parameterized distribution to draw samples from. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the amazing time series forecasting framework! I have been exploring Chronos-2 and noticed that it does not appear to support sampling from its predictive distribution. In Chronos-T5, users can draw samples by specifying parameters such as num_samples, temperature, top-k, and top-p in pipeline.predict().
I’m wondering whether Chronos-2 currently provides a way to draw samples. If not, is support for sampling planned for a future release? Also, what is the output distribution in Chronos-2? Is it Gaussian? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions