Question 10 of 10Pro Only
What are the main approaches to feature selection, and how do you decide which features to keep in a model?
Sample answer preview
Feature selection is the process of identifying and keeping only the most relevant features for a machine learning model. This improves model performance, reduces overfitting, decreases training time, and enhances interpretability.
feature selectionfilter methodswrapper methodsembedded methodsL1 regularizationrecursive feature elimination