.. _example_rfe_digits.py: Recursive feature elimination ======================================================================= A recursive feature elimination is performed prior to SVM classification. **Python source code:** :download:`rfe_digits.py <rfe_digits.py>` .. literalinclude:: rfe_digits.py :lines: 7-