scikit-learn/examples/svm
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02: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 Fix SVs computation (#17405) 2020-07-01 12:33:31 -04:00
plot_oneclass.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_rbf_parameters.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02: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 DOC Fixed typo in a comment (#19284) 2021-01-27 09:48:24 +01: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 DOC simplify SVM margin illustration by chaging plotting style (#19387) 2021-02-08 10:02:32 +01: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.