scikit-learn/examples/feature_selection
Kadatatlu Kishore 398a7d3f4f
DOC improve wording of comment in plot_rfe_with_cross_validation (#20718)
2021-08-09 11:47:31 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_f_test_vs_mi.py [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00
plot_feature_selection.py DOC Use default colors (#16808) 2020-04-01 07:52:23 +11:00
plot_feature_selection_pipeline.py DOC use notebook style and diagram for feature selection example (#18836) 2021-01-28 11:51:11 +01:00
plot_rfe_digits.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_rfe_with_cross_validation.py DOC improve wording of comment in plot_rfe_with_cross_validation (#20718) 2021-08-09 11:47:31 +02:00
plot_select_from_model_diabetes.py FEA Add sequential feature selection transformer (#17159) 2020-08-21 19:57:05 +02:00

README.txt

.. _feature_selection_examples:

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

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