This documentation is for scikit-learn version 0.11-gitOther versions

Citing

If you use the software, please consider citing scikit-learn.

This page

2.2.2.3.2.1. Exercise: classification of iris

"""
================================
SVM Exercise
================================

This exercise is used in the
:ref:`using_kernels_tut` part of the 
:ref:`supervised_learning_tut` section of the
:ref:`stat_learn_tut_index`.
"""

Solution: ../../auto_examples/exercises/plot_iris_exercise.py