scikit-learn/sklearn/feature_selection
genvalen 66f6fb3816
DOC Ensures that SequentialFeatureSelector passes numpydoc validation (#21035)
2021-09-14 10:11:25 +02:00
..
tests API Replacing grid_scores_ by cv_results_ in _rfe.py and test_rfe.py (#20161) 2021-07-30 18:01:49 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
_from_model.py DOC Ensures that SelectFromModel passes numpydoc validation (#20988) 2021-09-09 11:08:58 +02:00
_mutual_info.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_rfe.py DOC ensure that RFE is passing numpydoc validation 2021-08-31 19:14:37 +02:00
_sequential.py DOC Ensures that SequentialFeatureSelector passes numpydoc validation (#21035) 2021-09-14 10:11:25 +02:00
_univariate_selection.py DOC Ensures that SelectFwe passes numpydoc validation (#20986) 2021-09-09 11:07:36 +02:00
_variance_threshold.py DOC Ensures that VarianceThreshold passes numpydoc validation (#21034) 2021-09-14 10:10:25 +02:00