Skip to content

Pre-trained model before incremental training #478

Answered by raphaelsty
occoder asked this question in Q&A
Discussion options

You must be logged in to vote

Glad to see that you share our philosophy. 😊

But in some cases, the starting point needs a relatively robust model to begin with. One possible approach might be to take a pre-trained or last trained model as its the starting point before incremental training.

Of course, it may be appropriate to "warm up" a model before it is deployed. In practice, all you have to do is create your model, train it on the data of your choice and save the model with the pickle library for example. You can then load your model in the production environment and update it in streaming.

Here's an example that I picked up from the doc. This example aim to predict bike availability. I can warm-up my model using pa…

Replies: 1 comment

Comment options

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