[scikit-learn] Does model consider about previous training results after reloading model and then training with new data?

lampahome pahome.chen at mirlab.org
Fri Feb 1 02:38:44 EST 2019


>
>
>
> I think the following could work if the estimators_ support partial_fit:
>
> voter = VotingClassifier(...)
> voter.fit(...)
>
> For further training:
>
> for i in len(estimators_):
>     voter.estimators_[i].partial_fit(...)
>
>
ok, maybe using Voting classifier to determine regression
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20190201/bf0d5835/attachment-0001.html>


More information about the scikit-learn mailing list