Is it possible to update a trained model in sklearn?

31 Views Asked by At

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?

0

There are 0 best solutions below