Question: What is a primary advantage of using Random Forests over a single Decision Tree?
Options:
Correct Answer: Higher accuracy due to ensemble learning
Solution:
Random Forests combine multiple Decision Trees to improve accuracy and reduce overfitting, leveraging ensemble learning.