Replies: 1 comment
-
Hey. Which features are you using? I believe in that case your minimum lag should be 4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I always receive data with a 3-day delay. This means that at time
T
I have data only fromT-4
back toT-100
. Therefore, I do not have access to data forT-1
,T-2
, andT-3
. I want to train a model based on data fromT-100
toT-3
and then test it for timeT
. How can MLForecast handle this? When I use mlforecast.predict, it gives me an error indicating that the data is missing, referring to the missing data fromT-1
toT-3
. Can anyone help me with this issue?Beta Was this translation helpful? Give feedback.
All reactions