[scikit-learn] Any other clustering algo cluster incrementally?

Gael Varoquaux gael.varoquaux at normalesup.org
Tue Apr 30 12:38:24 EDT 2019


On Tue, Apr 30, 2019 at 04:48:09PM +0800, lampahome wrote:
> I read this :  https://scikit-learn.org/0.15/modules/scaling_strategies.html

> There's only one clustering algo cluster incrementally, that is minibatch
> kmeans.

The documentation that you are pointing to refers to version 0.15. If you
look at the current page on scaling, you will see that there is another
clustering algorithm that works incrementally:
https://scikit-learn.org/stable/modules/computing.html#strategies-to-scale-computationally-bigger-data

Best,

Gaël


More information about the scikit-learn mailing list