Reputation: 1
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