class sklearn.feature_selection.VarianceThreshold(threshold=0.0)
class sklearn.feature_selection.SelectFwe(score_func=, alpha=0.05)
class sklearn.feature_selection.SelectFromModel(estimator, threshold=None, prefit=False)
sklearn.feature_selection.chi2(X, y)
class sklearn.feature_selection.SelectPercentile(score_func=, percentile=10)
Page 2 of 2