scikit-learn/sklearn/feature_selection
murata-yu 30360ee997
ENH Adds n_features_to_select upper limit to SeqFeatureSelector (#20145)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: bmreiniger <40676050+bmreiniger@users.noreply.github.com>
2021-12-24 09:13:16 -05:00
..
tests ENH Adds n_features_to_select upper limit to SeqFeatureSelector (#20145) 2021-12-24 09:13:16 -05:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py FIX Remove warnings when fitting a dataframe (#21578) 2021-11-29 17:55:37 +01:00
_from_model.py FIX Improves feature names support for SelectFromModel + Est w/o names (#21991) 2021-12-24 14:16:25 +01: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 FIX Remove warnings when fitting a dataframe (#21578) 2021-11-29 17:55:37 +01:00
_sequential.py ENH Adds n_features_to_select upper limit to SeqFeatureSelector (#20145) 2021-12-24 09:13:16 -05:00
_univariate_selection.py ENH add a parameter force_finite to r_regression and f_regression (#17819) 2021-12-20 08:40:09 +01:00
_variance_threshold.py DOC Adds missing imports into examples and test them (#21186) 2021-09-29 13:51:33 +02:00