scikit-learn/examples/svm
Adrin Jalali 384c8ad3d3 ENH add a break_ties parameter to SVC and NuSVC (#12557) 2019-05-03 16:15:49 -04: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_svc.py DOC fix plot_iris references after files renamed 2019-01-17 23:31:48 +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 MNT Flake8 fix for #8957 (See the Travis failure) 2018-05-24 23:14:58 +08:00
plot_separating_hyperplane.py DOC fix plotting support vectors in SVM example (#11231) 2018-06-11 15:22:48 +10:00
plot_separating_hyperplane_unbalanced.py [MRG] DOC fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10:00
plot_svm_anova.py EXA Improve example plot_svm_anova.py (#11731) 2019-01-28 12:57:38 +11: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 DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11:00
plot_svm_regression.py EXA Remove unused variables (#13197) 2019-02-20 12:36:22 +11:00
plot_svm_scale_c.py EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
plot_svm_tie_breaking.py ENH add a break_ties parameter to SVC and NuSVC (#12557) 2019-05-03 16:15:49 -04:00
plot_weighted_samples.py DOC fix "class weight" -> "sample weight" comment in plot_weighted_samples.py (#11804) 2018-08-14 00:11:21 +03:00

README.txt

.. _svm_examples:

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

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