Question: In the context of Decision Trees, what does \'pruning\' refer to?
Options:
Correct Answer: Removing branches to reduce complexity
Solution:
Pruning is the process of removing branches from a Decision Tree to prevent overfitting and improve generalization.