Question
Which feature-selection approach evaluates each feature using a general statistical criterion before fitting the final model?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Filter method
Explanation:
Filter methods rank or screen features using properties such as association, variance, or information scores. They operate largely independently of the final predictive algorithm.
Leave a Reply