Decision Trees

Tree Algorithms

Untitled

Sklearn Implementation of Trees

scikit-learn uses an optimized version of the CART algorithm; however, it does not support categorical variables for now

Both these estimators have the same set of parameters (except for criterion used for tree splitting).

Parameters

Note: Default values are in italics