Question: What is the main purpose of pruning a Decision Tree?
Options:
Correct Answer: To reduce the size of the tree and prevent overfitting
Solution:
Pruning reduces the size of the tree, which helps to prevent overfitting and improves generalization to unseen data.