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 <[email protected]> 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 > [email protected] > https://mail.python.org/mailman/listinfo/scikit-learn
-- Guillaume Lemaitre INRIA Saclay - Parietal team Center for Data Science Paris-Saclay https://glemaitre.github.io/ _______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
