scikit-learn/examples/feature_selection
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
feature_selection_pipeline.py move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_feature_selection.py Added colorblind compatibility 2015-10-23 14:10:22 +02:00
plot_permutation_test_for_classification.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_rfe_digits.py Added colorblind compatibility 2015-10-23 14:10:22 +02:00
plot_rfe_with_cross_validation.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_select_from_model_boston.py Add narrative docs and fix examples 2015-10-05 11:25:06 -04:00

README.txt

.. _feature_selection_examples:

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

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