Question: What is the primary purpose of using Random Forests in machine learning?
Options:
Correct Answer: To reduce variance and improve accuracy
Solution:
Random Forests aim to reduce variance and improve accuracy by averaging multiple Decision Trees.