Tree-based Methods CART: Classification And Regression Tree Grow a binary tree At each node, “split” the data into two “daughter” nodes. Splits are chosen using a splitting criterion. Bottom nodes are “terminal” nodes.
2020-10-27
A non-parametric supervised learning method used for classification and regression.
2020-09-07