scikit-learn/examples/feature_selection
Priyash Shah 79e14a7756
DOC Enhanced example visualization to RFE (#28862)
2024-04-22 15:19:41 +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 isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_selection.py MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
plot_feature_selection_pipeline.py MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
plot_rfe_digits.py DOC Enhanced example visualization to RFE (#28862) 2024-04-22 15:19:41 +02:00
plot_rfe_with_cross_validation.py ENH Add number of features used at each step to RFECV.cv_results_ (#28670) 2024-03-27 15:04:37 +00: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.