scikit-learn/examples/feature_selection
Jérémie du Boisberranger bb5ab53f94
API Config: change default display to "diagram" (#22856)
2022-03-21 15:43:07 +01: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 API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +01: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 consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +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.