Skip to content

Best approach for online learning #697

Discussion options

You must be logged in to vote

Hi @bmsan ,

Currently we do not have a proper online learning approach as we are catering to wide set of applications (hyperparameters would be a challenge). So, 2) No

However, if you fit a model, and then later have new data, you can simply update your input dataframe, and then call predict again.
If you are using Autoregression or lagged regressors, this will make use of the new data.

With time, your data may differ from the training data, and thus you can retrain the model with the updated dataset. -> 1) Yes
And 3) Yes, you can just use the same hyperparameters in your retraining. At least until your data has changed significantly (like once a year or quarter you may want to retune).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants