[scikit-learn] transfer learning doubt

Praneet Singh gk68118 at gmail.com
Thu Mar 19 02:11:49 EDT 2020


 I am training a SGD Classifier with some training dataset which is
temporary and will be lost after sometime. So I am planning to save the
model in pickle file and reuse it and train again with some another dataset
that arrives. But It forgets the previously learned data.

As far as I researched in google, tensorflow model allows transfer learning
and not forgetting the previous learning but is there any other way with
sklearn model to achieve this??
any help would be appreciated
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200319/2bdae071/attachment.html>


More information about the scikit-learn mailing list