[scikit-learn] transfer learning doubt
Roman Yurchak
rth.yurchak at gmail.com
Thu Mar 19 10:06:37 EDT 2020
On 19/03/2020 14:19, Farzana Anowar wrote:
> Another option is to us deep learning and store the weights for the
first model and initialize the second model with that weight and keep
doing it for the rest of the models.
This can also be done in scikit-learn with models that support
warm_start=True init parameter (including SGDClassifier).
Roman
More information about the scikit-learn
mailing list