MLforecast predicting on unseen unique ids & predicting on future seen ids. #530
Unanswered
github-abdellah-elyounsi
asked this question in
Q&A
Replies: 1 comment
-
|
Could you please help ? |
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.
-
Hi there, thank you for this amazing lib.
I have 2 questions please:
I'm trying to figure out how to use MLforecast for new unseen unique ids. My understanding global models should be able to predict new time series that have not been in the training data using static and dynamic features, but i'm having hard time figuring out how this is supposed to work.
if ihave a time in training data say starts from 2020-01-01 till 2020-02-01 and use dynamic features. My test data starts in 2020-03-01 as I dont have the data for the gap between 02/01 and 03/01. How can I do predict on the test set ?
Here is what I tried for first question:
This is kinda suprising because why would you need the target for to forecast ? to compute the lags ?
I added the column to my new_df but and run .predict()
The suprising thing is that it trained on that data and forecasted day 16 and 17.
For the second question, if you are predicting using a gap I get the following error.
Beta Was this translation helpful? Give feedback.
All reactions