[scikit-learn] Incremental learning in scikit-learn

Danny Sullivan dbsullivan23 at gmail.com
Sun Nov 15 14:49:21 EST 2020


Hi Farzana,

The chunks do not have to be the same size, you just need to call
partial_fit to update the model. Hope that helps.

Danny

El El dom, nov. 15, 2020 a la(s) 11:39 a. m., Farzana Anowar <
fad469 at uregina.ca> escribió:

> Hello everyone,
>
> Currently, I am working with incremental learning. I know that
> scikit-learn allows using incremental learning for some classifiers i.
> e. SGD. In incremental learning, data is not available all together
> rather the data become available chunk by chunk over the time.
>
> Now, my question is: does scikit-learn allows to have different data
> chunk or all the chunks has to be of the same size?
>
> Thanks!
>
> --
> Best Regards,
>
> Farzana Anowar,
> PhD Candidate
> Department of Computer Science
> University of Regina
> _______________________________________________
> 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: <https://mail.python.org/pipermail/scikit-learn/attachments/20201115/ff38b135/attachment.html>


More information about the scikit-learn mailing list