Question: How does a Random Forest improve upon a single Decision Tree?
Options:
Correct Answer: By averaging the predictions of multiple trees
Solution:
Random Forest improves accuracy by averaging the predictions of multiple Decision Trees, which reduces variance.