scikit-learn/examples/svm
Joaquin Vanschoren 61feb5ea27
DOC Improved explanation of SVM-RBF behavior (#18538)
* Improved explanation of SVM-RBF behavior

The previous explanation of the results contained an incorrect interpretation. The description is updated as discussed here: https://github.com/scikit-learn/scikit-learn/issues/18532

* Making linter happy

* Update examples/svm/plot_rbf_parameters.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

* Update examples/svm/plot_rbf_parameters.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

* making linter happy

* whitespace

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-10-05 18:08:00 -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 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 DOC Improved explanation of SVM-RBF behavior (#18538) 2020-10-05 18:08:00 -04: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.