Re: [Scikit-learn-general] MiniBatchKMeans doesn't really re-run its algorithm 'n_init' times

2013-04-26 Thread Stefano Lattarini
On 04/26/2013 12:45 PM, Jaques Grobler wrote: > Issue opened https://github.com/scikit-learn/scikit-learn/issues/1900 > Thank you. I might attempt at writing a documentation patch myself, if nobody beats me at it (no promise though). Best regards, Stefano --

[Scikit-learn-general] MiniBatchKMeans doesn't really re-run its algorithm 'n_init' times

2013-04-26 Thread Stefano Lattarini
Hello scikit-learn developers. I've noticed a somewhat unexpected difference between the behaviour of the KMeans class and the MiniBatchKMeans class. When the 'n_init' argument is given, I'd expect both of these classes to run the corresponding algorithm (Lloyd and mini-batch k-means, respectivel