0
7.0kviews
Classification and Regression Trees (CART)
1 Answer
2
292views

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 …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.