Question: What is the purpose of pruning in Decision Trees?
Options:
Correct Answer: To remove unnecessary branches
Solution:
Pruning is used to remove unnecessary branches from a Decision Tree to reduce complexity and prevent overfitting.