-
Hi everyone ! we are interested in forecasting H days ahead after a gap of p days, actually what we want to forecast is y[t+p+1:t+p+H](we do not need to forecast y[t+1:t+p]), do you have any ideas on how to adjust the models ? Otherwise, do you think it's a good idea to forecast the total period and just ignore the first p forecasts ? |
Beta Was this translation helpful? Give feedback.
Answered by
kdgutier
Mar 10, 2023
Replies: 1 comment 3 replies
-
Hey @EdxDv,
Let us know your thoughts. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
EdxDv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @EdxDv,
p
horizon steps.p
. This second solution can be achieved simply by overwriting a NeuralForecast modeltrain_step
.Let us know your thoughts.