scikit-learn/examples/svm
Kanika Sabharwal 8f9a027b38 removed redundant tol paramtere from examples (#14765) 2019-08-24 17:51:47 -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_linearsvc_support_vectors.py EXA Add an example about how to obtain the support vectors in… (#14355) 2019-07-25 23:51:10 +02: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 Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08: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 removed redundant tol paramtere from examples (#14765) 2019-08-24 17:51:47 -04: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.