Question: Which of the following techniques is used to prevent overfitting in decision trees?
Options:
Correct Answer: Pruning the tree
Solution:
Pruning the tree involves removing sections of the tree that provide little power in predicting target variables, thus preventing overfitting.