Recursvie feature elimination-finding the best performing feature subset.based up on ranking the order of feature elimination.
Answers
Answered by
0
Explanation:
Recursive Feature Elimination, or RFE for short, is a popular feature selection algorithm.
RFE is popular because it is easy to configure and use and because it is effective at selecting those features (columns) in a training dataset that are more or most relevant in predicting the target variable.
There are two important configuration options when using RFE: the choice in the number of features to select and the choice of the algorithm used to help choose features. Both of these hyperparameters can be explored, although the performance of the method is not strongly dependent on these hyperparameters being configured well.
Similar questions
Computer Science,
2 days ago
English,
2 days ago
Math,
2 days ago
Geography,
4 days ago
Computer Science,
4 days ago
Physics,
8 months ago
Business Studies,
8 months ago
English,
8 months ago