You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets take the case of the dataset in the lesson, the load data is present till 2014-12-31. Now suppose I want to predict the load for the month of January 2015, in that case what input do I give to the predict function?
Does it make sense to train the model by binding the dates (after converting to int) to the value and then train the model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Guys, I am not able to figure out how to predict data beyond the data set we have.
In the example code (https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/3-SVR), we are using the test_data to actually get our y_test:
Lets take the case of the dataset in the lesson, the load data is present till 2014-12-31. Now suppose I want to predict the load for the month of January 2015, in that case what input do I give to the predict function?
Does it make sense to train the model by binding the dates (after converting to int) to the value and then train the model?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions