scikit-learn/examples/feature_selection
Jérémie du Boisberranger bfecfe97fd
MAINT Clean deprecation for 1.2: grid_scores_ in RFECV (#24404)
2022-09-27 15:51:58 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_f_test_vs_mi.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_feature_selection.py DOC use notebook-style for example plot_feature_selection.py (#22437) 2022-02-14 12:02:33 +01:00
plot_feature_selection_pipeline.py DOC revised description for Pipeline ANOVA SVM (#24358) 2022-09-05 15:27:26 -04:00
plot_rfe_digits.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_rfe_with_cross_validation.py MAINT Clean deprecation for 1.2: grid_scores_ in RFECV (#24404) 2022-09-27 15:51:58 +02:00
plot_select_from_model_diabetes.py MNT Speedup example plot_select_from_model_diabetes.py (#21738) 2021-11-25 19:15:23 +01:00

README.txt

.. _feature_selection_examples:

Feature Selection
-----------------------

Examples concerning the :mod:`sklearn.feature_selection` module.