//! Feature selection.
/// Select the `k` best features according to a scoring function.
pubmodselect_k_best;/// Remove low-variance features.
pubmodvariance_threshold;pubuseselect_k_best::{ScoreFunc, SelectKBest};pubusevariance_threshold::VarianceThreshold;