You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I am trying to predict for 1 week ahead, and my data contains yearly seasonality, how can I set my context length to only 1 week? Im struggling to understand why we encourage context length = prediction length.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It is often advised to set context length = prediction length, as shown on the documentation here: https://docs.aws.amazon.com/sagemaker/latest/dg/deepar_how-it-works.html
However, if I am trying to predict for 1 week ahead, and my data contains yearly seasonality, how can I set my context length to only 1 week? Im struggling to understand why we encourage context length = prediction length.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions