Experiment documentation & adding a constant -- how to handle at forecast time? #679
Unanswered
afogarty85
asked this question in
Q&A
Replies: 0 comments
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.
-
In this example, we add a constant to avoid computational problems: https://github.com/Nixtla/statsforecast/blob/main/experiments/ray_ets/experiment.py
Noting:
Given a forecast and a prediction interval, how do we remove this constant?
Consider this forecast:
To correct the effect of the constant, do we subtract -10 from all values, to include the prediction intervals, so long as to not yield a negative answer?
Beta Was this translation helpful? Give feedback.
All reactions