scikit-learn/sklearn/feature_selection/tests
Nicolas Hug 5bf37e8425
FEA Add sequential feature selection transformer (#17159)
Co-authored-by: rasbt <mail@sebastianraschka.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-21 19:57:05 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py API kwonly for utils (#17046) 2020-04-27 15:42:01 +02:00
test_chi2.py MNT Make modules private in feature_selection (#15376) 2019-10-29 11:00:32 +08:00
test_feature_select.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_from_model.py ENH add importance_getter to RFE* and SelectFromModel 2020-05-20 16:15:32 +10:00
test_mutual_info.py MNT Make modules private in feature_selection (#15376) 2019-10-29 11:00:32 +08:00
test_rfe.py TST Sets random_state in test_rfe_wrapped_estimator (#18097) 2020-08-06 12:07:51 +02:00
test_sequential.py FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00
test_variance_threshold.py TST Fix unreachable code in tests (#16110) 2020-02-16 14:41:26 +01:00