.. _example_feature_selection_plot_rfe_digits.py: ============================= Recursive feature elimination ============================= A recursive feature elimination example showing the relevance of pixels in a digit classification task. .. note:: See also :ref:`example_feature_selection_plot_rfe_with_cross_validation.py` .. image:: images/plot_rfe_digits_001.png :align: center **Python source code:** :download:`plot_rfe_digits.py ` .. literalinclude:: plot_rfe_digits.py :lines: 14- **Total running time of the example:** 5.46 seconds ( 0 minutes 5.46 seconds)