[scikit-learn] What theory cause SGDRegressor can partial_fit but RandomForestRegressor can't?

lampahome pahome.chen at mirlab.org
Wed Mar 13 23:45:28 EDT 2019


As title, I'm confused why some algo can partial_fit and some algo can't.

For regression model, I found SGD can but RF can't.

Is about the difference of algo? I thought it's able to partial_fit because
gradient descent, or just another reason?

thx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20190314/63b5485d/attachment.html>


More information about the scikit-learn mailing list