scikit-learn/sklearn/feature_selection
EdwinWenink 0cc91e7e57
DOC fix ungrammatical sentence in doc of SelectFromModel (#19240)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2021-02-01 21:07:19 +01:00
..
tests introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797) 2020-12-02 11:18:53 +01:00
__init__.py FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
_base.py introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797) 2020-12-02 11:18:53 +01:00
_from_model.py DOC fix ungrammatical sentence in doc of SelectFromModel (#19240) 2021-02-01 21:07:19 +01:00
_mutual_info.py PERF Call KDTree in mutual_info to reduce memory footprint (#17878) 2020-07-18 00:07:58 +02:00
_rfe.py introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797) 2020-12-02 11:18:53 +01:00
_sequential.py introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797) 2020-12-02 11:18:53 +01:00
_univariate_selection.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_variance_threshold.py DOC Mention the conditions for a ValueError in VarianceThreshold (#17380) 2020-08-07 14:14:23 +02:00