Question: What does the term \'ensemble learning\' refer to in the context of Random Forests?
Options:
Correct Answer: Combining multiple models to improve accuracy
Solution:
Ensemble learning refers to the technique of combining multiple models, such as decision trees in Random Forests, to improve overall prediction accuracy.