Question: What is a key feature of Random Forests that helps in feature selection?
Options:
Correct Answer: It randomly selects a subset of features for each split
Solution:
Random Forests randomly select a subset of features for each split, which helps in feature selection and reduces overfitting.