[scikit-learn] Random forest prediction probability value is limited to a single decimal point
Andreas Mueller
t3kcit at gmail.com
Fri Apr 14 11:17:12 EDT 2017
On 04/13/2017 02:45 PM, Gael Varoquaux wrote:
> I would rather guess that this is related to a small n_estimators. I
> would try increasing n_estimators in the random forests.
>
Yeah the default is too small for basically all applications.
And without any regularization of the forest, each leaf will have 100%
probability for one of the classes.
More information about the scikit-learn
mailing list