Chapter 17 Classification and Regression Trees Flashcards
1
Q
WHAT IS THE USE OF ALPHA HYPER PARAMETER IN CART ALGORITHMS? P85
A
More sophisticated pruning methods can be used such as cost complexity pruning (also called weakest link pruning) where a learning parameter (alpha) is used to weigh whether nodes can be removed based on the size of the sub-tree.
2
Q
WHAT SORT OF DATA PREPARATION DO CART MODELS NEED? P85
A
CART does not require any special data preparation other than a good representation of the problem.