-
I am looking at models such as TFT, PatchTST, DeepAR, NBeats, etc. And it see that in fitting the model, h is somewhat we need
My question is, if I want to forecast with a different h, do I need to retrain the model with that new h? Or is there a way to forecast without retraining? |
Beta Was this translation helpful? Give feedback.
Answered by
jmoralez
Nov 7, 2023
Replies: 1 comment 1 reply
-
Hey @ams015, thanks for using neuralforecast. It's necessary to retrain because the model architecture is defined based on the horizon. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ams015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ams015, thanks for using neuralforecast. It's necessary to retrain because the model architecture is defined based on the horizon.