Not able to pass validation set when I add events! #1126
Unanswered
NisarAhamad
asked this question in
Q&A - forecasting best practices
Replies: 1 comment
-
@ourownstory do we have any suggestions for this please! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
After adding events dataframe, I am not able to add validation set to validate how well my model is performing.
Ex: I have data from 2020-02-02 to 2023-01-13. I have divided the data into train and test. The date format is YYYY-MM-DD
Train : 2020-02-02 - 2022-01-29
Test : 2022-01-30 - 2023-01-13
I would like to train the model using train data and validate the model using test data and forecast by adding events.
here is the below sample code:
Let if I am doing any mistake
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions