14 - Classification & Regression Trees Flashcards
1
Q
what are Decision Trees (or CARTS)
A
they partition the predictor space by simple binary splitting rules. Think ‘flow chart’
2
Q
What does an excessive amount of splitting lead to?
A
Overfitting
3
Q
Goal of growing a Regression Tree?
A
Predict the mean response for the observations that fall into each region Rj from that training set
4
Q
Goal of growing a Classification Tree?
A
Predict the categorical response as the most commonly occurring in. each region Rj from the training set
5
Q
How do we ‘best’ partition the predictor space for regression?
A
find binary splits which minimize the RSS