Replies: 1 comment
-
Same as #371 |
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
-
To just give a bit context here, 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
. Given that, 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 usemlforecast.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 as my train data and test are not continuous?Beta Was this translation helpful? Give feedback.
All reactions