Module feature_selection

Module feature_selection 

Source
Expand description

Feature Selection - Variance Threshold, SelectKBest, RFE, SelectFromModel

Structs§

RFE
Recursive Feature Elimination
SelectKBest
SelectKBest - select k features with highest scores
VarianceThreshold
Variance Threshold - remove low-variance features

Enums§

ScoreFunction