Falcon72
Falcon72

Reputation: 1

Is it possible to update a trained model in sklearn?

Is it possible, for any Python sklearn learning model, to update an already-fitted model? For example, if I have trained my model on a large set of data, is it possible to update the training by introducing new data, or does it have to be retrained every time?

Upvotes: 0

Views: 23

Answers (0)

Related Questions