Concept

Tree pruning

Tree pruning refers to the reduction of splits in the tree (simplifying the model) to reduce variance and result in more interpretable results. Pruning a regression tree prevents overfitting the training data so the tree does a better job capturing the test data.

0

2

Updated 2020-03-07

Tags

Data Science

Related
Learn After