Replies: 1 comment
-
Okay I solved it. The unique ID should be a single number since it coming form a single series. |
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 used MLForecast tutorial from here, but when I started training it raise the error of
(as I removed the LightGBM as I thought it was the problem, but the issue is the same, array is empty)
I remove the RollingMean part, make the model much simpler, but still did not solved the issue.
Here is my dataset from kaggle
Do we need to make the dataset to be time indexed first by groupby date with mean/sum, or make it raw?
How exactly the unique id should be?
Hoe exactly you need the dataset to be processed before it can be passed to the model? I hope you can state it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions