scikit-learn/examples/feature_selection
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502)
2021-10-07 10:13:00 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_f_test_vs_mi.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_feature_selection.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_feature_selection_pipeline.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02: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 MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_select_from_model_diabetes.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00

README.txt

.. _feature_selection_examples:

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

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