scikit-learn/examples/feature_selection
Guillaume Lemaitre 5d145bf760
DOC fixes intersphinx warnings (#26779)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +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 DOC fixes intersphinx warnings (#26779) 2023-07-10 20:25:35 +00:00

README.txt

.. _feature_selection_examples:

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

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