Question
How does recursive feature elimination work at a high level?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Fit a model, remove the least important features, and repeat
Explanation:
Recursive feature elimination uses model-based importance to shrink the candidate feature set step by step. Validation can help determine how many features to retain.
Leave a Reply