scikit-learn/examples/feature_selection
Steffen Rehberg 51fae9f2d9
DOC Fix example Recursive feature elimination with cross-validation (#31516)
2025-06-18 17:50:20 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_f_test_vs_mi.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_feature_selection.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_feature_selection_pipeline.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_rfe_digits.py MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00
plot_rfe_with_cross_validation.py DOC Fix example Recursive feature elimination with cross-validation (#31516) 2025-06-18 17:50:20 +02:00
plot_select_from_model_diabetes.py MNT Make ruff check line-too-long (E501) (#31214) 2025-04-17 18:26:13 +02:00

README.txt

.. _feature_selection_examples:

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

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