.. _example_tutorial_plot_svm_iris.py: ========================================================= SVM-SVC (Support Vector Classification) ========================================================= The classification application of the SVM is used below. The `Iris `_ dataset has been used for this example The decision boundaries, are shown with all the points in the training-set. .. image:: images/plot_svm_iris_1.png :align: center **Python source code:** :download:`plot_svm_iris.py ` .. literalinclude:: plot_svm_iris.py :lines: 17-