How to set the start date for the predictions? #2370
Unanswered
ivihernandez
asked this question in
Q&A
Replies: 1 comment
-
Hi @lostella , just checking to see if you had any insights for this by any chance. Thanks! |
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
-
The
start_date
of my forecast starts immediately after the last date of my test dataset, whereas I would expect it to start on the first date of my test dataset.Lets say that test dataset starts on TS and ends on TE. After calling the
predict
function, the objectgluonts.model.forecast.SampleForecast start_date
shows TE + 1 instead of TS. Not sure what is going wrong. Below is a code sample:Beta Was this translation helpful? Give feedback.
All reactions