Question: What is the primary advantage of using Random Forests over a single Decision Tree?
Options:
Correct Answer: Random Forests reduce overfitting by averaging multiple trees.
Solution:
Random Forests reduce overfitting by averaging the predictions of multiple decision trees, leading to better generalization on unseen data.