scikit-learn/examples/svm
Nathaniel Saul 675f9f3a7c DOC show plot and fix comments (#9925) 2017-10-15 23:27:35 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_iris.py [MRG+1] Refactoring plot_iris svm example. (#8279) 2017-02-23 21:22:26 +11:00
plot_oneclass.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_rbf_parameters.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_separating_hyperplane.py DOC Fixup of linear svm separating hyperplane plot (#9471) 2017-08-06 13:28:08 +10:00
plot_separating_hyperplane_unbalanced.py DOC show plot and fix comments (#9925) 2017-10-15 23:27:35 +11:00
plot_svm_anova.py [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
plot_svm_kernels.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_margin.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_nonlinear.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_regression.py remove depreated "plt.hold" that defaults to "on". (#9444) 2017-07-25 09:03:22 +10:00
plot_svm_scale_c.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
plot_weighted_samples.py [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00

README.txt

.. _svm_examples:

Support Vector Machines
-----------------------

Examples concerning the :mod:`sklearn.svm` module.