[scikit-learn] Splitting Method on RandomForestClassifier
Guillaume Lemaître
g.lemaitre58 at gmail.com
Tue Oct 2 11:49:38 EDT 2018
In Random Forest, the best split for each feature is selected. The
Extra Randomized Trees will make a random split instead.
On Tue, 2 Oct 2018 at 17:43, Michael Reupold
<michael_reupold at trimble.com> wrote:
>
> Hello all,
> I currently struggle to find information what or which specific split Methods are used on the RandomForestClassifier. Is it a random selection? A median? The best of a set of methods?
>
> Kind regards
>
> Michael Reupold
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
--
Guillaume Lemaitre
INRIA Saclay - Parietal team
Center for Data Science Paris-Saclay
https://glemaitre.github.io/
More information about the scikit-learn
mailing list