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’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does an excessive amount of splitting lead to?

A

Overfitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do we ‘best’ partition the predictor space for regression?

A

find binary splits which minimize the RSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly