0
7.0kviews
| written 6.7 years ago by |
CART can handle both classification and regression tasks. This algorithm uses a new metric named gini index to create decision points for classification tasks. A CART tree is a binary decision tree that is constructed by splitting a node into two child nodes repeatedly, beginning with the root node that …