.. _example_svm_plot_iris.py: ================================================== Plot different SVM classifiers in the iris dataset ================================================== Comparison of different linear SVM classifiers on the iris dataset. It will plot the decision surface for four different SVM classifiers. **Python source code:** :download:`plot_iris.py ` .. literalinclude:: plot_iris.py :lines: 10-