Question: How does Random Forest handle missing values in the dataset?
Options:
Correct Answer: It can use surrogate splits to handle missing values
Solution:
Random Forest can use surrogate splits to handle missing values, allowing it to make predictions even with incomplete data.