
Answer-first summary for fast verification
Answer: Filter methods, wrapper methods, and embedded methods.
Feature selection in AutoML plays a crucial role in improving model performance by identifying and retaining the most relevant features while discarding irrelevant or redundant ones. This reduces computational costs and prevents overfitting. Common feature selection methods used in AutoML include filter methods that assess the relevance of features based on statistical measures, wrapper methods that use the model's performance to evaluate feature subsets, and embedded methods that perform feature selection during model training. Examples of these methods are correlation analysis, recursive feature elimination, and lasso regression.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Discuss the role of feature selection in AutoML. Explain how automated feature selection techniques can improve model performance and reduce computational costs. Provide examples of common feature selection methods used in AutoML.
A
Filter methods, wrapper methods, and embedded methods.
B
Correlation analysis, principal component analysis, and mutual information.
C
Recursive feature elimination, stepwise selection, and lasso regression.
D
Forward selection, backward elimination, and decision trees.
No comments yet.