Question: What is the primary purpose of using ensemble methods like Random Forests?
Options:
Correct Answer: To improve prediction accuracy by combining multiple models.
Solution:
Ensemble methods like Random Forests improve prediction accuracy by combining the outputs of multiple models, thus leveraging their strengths.