Question
Which feature-selection approach repeatedly trains a model on different feature subsets and compares performance?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Wrapper method
Explanation:
Wrapper methods use model performance as the criterion for evaluating candidate subsets. They can capture feature interactions but may be computationally expensive.
Leave a Reply