Question: How does 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 trees, which reduces overfitting.