Skip to content

Incremental learning workflow clarifications in sktime #5907

Answered by fkiraly
ggjx22 asked this question in Q&A
Discussion options

You must be logged in to vote

But most predictions made in step 2 and 3 are the same for periods which they coincide with each other. Am I doing the 'update' correctly?

I think so - I am guessing your grid search selects the NaiveForecaster with sp =12. You would expect the predictions to coincide, as they are simply replaying th value 12 months prior.

  1. In step 2, .update_predict_single is the same as doing .update() follow by .predict() ?

yes.

  1. In step 3, Is it because there are too few new data to influence loaded_model? Which is why new_pred and pred are almost identical.

possibly, seems plausible.
The reason that some values are exactly identical is likely that your grid search selects the NaiveForecaster,…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fkiraly
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
2 participants
Converted from issue

This discussion was converted from issue #5904 on February 07, 2024 15:52.