I am using Elliptic Envelope to train my model.

Is there a scikit-learn API, that we can use for incremental training, as we keep seeing more data?

As we will be seeing more live data, we will be updating the model each time.

I do not want to do batch processing.

Similar questions and discussions