Replies: 1 comment 1 reply
-
@nai-kon the figure was generated with larger values for num_samples=100,
top_k=4096, # this could even be smaller, I think will make the distribution width wider as expected. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When predicting gaussian noise with the chronos_t5_base model, the 80% prediction interval is very narrower.

(also t5-large and t5-small was the same result)
I also tried the chronos_bolt_base model and it has 80% interval as wide as the noise as I expected.

The paper says the 80% interval of chronos_t5_base is as wide as the gaussian noise like below.

Why doesn't the chronos_t5 model output confidence intervals like in the paper?
How can I get correct 80% confidence intervals?
Here is my code. The version of chronos is
chronos-forecasting 1.5.0
.Beta Was this translation helpful? Give feedback.
All reactions