scikit-learn/examples/feature_selection
Meekail Zain 9e09e4d6f4
MNT Fixed linting error in `plot_select_from_model_diabetes.py` (#26915)
2023-07-27 13:42:46 +00: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 isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_selection.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_selection_pipeline.py ENH Accept 'auto' option for 'dual' parameter in LinearSVC and LinearSVR (#26093) 2023-05-30 16:54:24 +02:00
plot_rfe_digits.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_rfe_with_cross_validation.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_select_from_model_diabetes.py MNT Fixed linting error in `plot_select_from_model_diabetes.py` (#26915) 2023-07-27 13:42:46 +00:00

README.txt

.. _feature_selection_examples:

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

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