Question: In which scenario would a Random Forest be preferred over a single Decision Tree?
Options:
Correct Answer: When overfitting is a concern
Solution:
Random Forests reduce overfitting by averaging multiple Decision Trees, making them more robust.