Sebastian Raschka <m...@sebastianraschka.com> 於 2019年2月1日 週五 下午1:48寫道:

> Hi there,
>
> if you call the "fit" method, the learning will essentially start from
> scratch. So no, it doesn't consider previous training results.

However, certain algorithms are implemented with an additional partial_fit
> method that would consider previous training rounds.
>

So if I want to reach like "continue training", I should choose model with
partial_fit, right?

What I want is regression, but I saw nothing have partial_fit function in
ensemble methods,

Can found in other places?

thx
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to