[scikit-learn] fit before partial_fit ?

federico vaggi vaggi.federico at gmail.com
Thu Jun 6 13:06:39 EDT 2019


k-means isn't a convex problem, unless you freeze the initialization, you
are going to get very different solutions (depending on the dataset) with
different initializations.

On Thu, Jun 6, 2019 at 12:05 AM lampahome <pahome.chen at mirlab.org> wrote:

> I tried MiniBatchKMeans with two order:
> fit -> partial_fit
> partial_fit -> partial_fit
>
> The clustering results are different
>
> what's their difference?
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20190606/d63b22b5/attachment.html>


More information about the scikit-learn mailing list