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
--
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