Expand description
Feature Selection - Variance Threshold, SelectKBest, RFE, SelectFromModel
Structs§
- RFE
- Recursive Feature Elimination
- SelectK
Best - SelectKBest - select k features with highest scores
- Variance
Threshold - Variance Threshold - remove low-variance features