.. _example_feature_selection_feature_selection_pipeline.py:


==================
Pipeline Anova SVM
==================

Simple usage of Pipeline that runs successively a univariate
feature selection with anova and then a C-SVM of the selected features.


**Python source code:** :download:`feature_selection_pipeline.py <feature_selection_pipeline.py>`

.. literalinclude:: feature_selection_pipeline.py
    :lines: 9-