.. _example_svm_plot_separating_hyperplane.py: ========================================= SVM: Maximum margin separating hyperplane ========================================= Plot the maximum margin separating hyperplane within a two-class separable dataset using a Support Vector Machines classifier with linear kernel. **Python source code:** :download:`plot_separating_hyperplane.py ` .. literalinclude:: plot_separating_hyperplane.py :lines: 10-