April 30, 2019
4:38 p.m.
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-c... Best, Gaël