sklearn.feature_selection#
feature selection algorithms.
These include univariate filter selection methods and the recursive feature elimination algorithm.
User guide. See the feature selection section for further details.
Univariate feature selector with configurable strategy. |
|
feature ranking with recursive feature elimination. |
|
Recursive feature elimination with cross-validation to select features. |
|
filter: Select the p-values for an estimated false discovery rate. |
|
filter: Select the pvalues below alpha based on a fPR test. |
|
Meta-transformer for selecting features based on importance weights. |
|
filter: Select the p-values corresponding to family-wise error rate. |
|
Select features according to the k highest scores. |
|
Select features according to a percentile of the highest scores. |
|
Transformer mixin that performs feature selection given a support mask |
|
Transformer that performs Sequential feature Selection. |
|
feature selector that removes all low-variance features. |
|
Compute chi-squared stats between each non-negative feature and class. |
|
Compute the ANOVA f-value for the provided sample. |
|
Univariate linear regression tests returning f-statistic and p-values. |
|
Estimate mutual information for a discrete target variable. |
|
Estimate mutual information for a continuous target variable. |
|
Compute Pearson's r for each features and the target. |