[scikit-learn] Opinion on reference mentioning that RF uses weak learners

Nicolas Hug niourf at gmail.com
Mon Aug 17 09:33:10 EDT 2020


I'm not sure honestly, but I think you'll find more details in 
Schapire's paper (http://rob.schapire.net/papers/strengthofweak.pdf) and 
its refs. In particular page 5 (201)

On 8/16/20 8:37 PM, Brown J.B. via scikit-learn wrote:
> > As previously mentioned, a "weak learner" is just a learner that 
> barely performs better than random.
>
> To continue with what the definition of a random learner refers to, 
> does it mean the following contexts?
> (1) Classification: a learner which uniformly samples from one of the 
> N endpoints in the training data (e.g., the set of unique values in 
> the response vector "y").
> (2) Regression: a learner which uniformly samples from the range of 
> values in the endpoint/response vector (e.g., uniform sampling from 
> [min(y), max(y)]).
>
> Should even more context be explicitly declared (e.g., not uniform 
> sampling but any distribution sampler)?
>
> J.B.
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200817/3c40b00f/attachment.html>


More information about the scikit-learn mailing list