scikit-learn/examples/feature_selection
Dimitri Papadopoulos Orfanos ff78e258cc
MNT Use ruff format rather than black (#31015)
2025-04-15 13:11:52 +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 Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00
plot_rfe_with_cross_validation.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_select_from_model_diabetes.py MNT Use ruff format rather than black (#31015) 2025-04-15 13:11:52 +02:00

README.txt

.. _feature_selection_examples:

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

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