Question: What is the main purpose of pruning in Decision Trees?
Options:
Correct Answer: To reduce the size of the tree and prevent overfitting
Solution:
Pruning is used to reduce the size of the tree and prevent overfitting, leading to better generalization on unseen data.