On 10/28/2012 01:52 AM, Joseph Turian wrote: > Actually, it turns out I was incorrect. > > According to the docs: > http://scikit-learn.org/stable/modules/ensemble.html#forests-of-randomized-trees > > "each tree in the ensemble is built from a sample drawn with > replacement (i.e., a bootstrap sample) from the training set. In > addition, when splitting a node during the construction of the tree, > the split that is chosen is no longer the best split among all > features. Instead, the split that is picked is the best split among a > random subset of the features." The subset is different for each node, though.
------------------------------------------------------------------------------ WINDOWS 8 is here. Millions of people. Your app in 30 days. Visit The Windows 8 Center at Sourceforge for all your go to resources. http://windows8center.sourceforge.net/ join-generation-app-and-make-money-coding-fast/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
