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
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to