scikit-learn/examples/svm
Lars Buitinck 2ca483260e DOC typo: polynominial 2013-09-28 17:38:12 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_custom_kernel.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_iris.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_oneclass.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_rbf_parameters.py Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
plot_separating_hyperplane.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_separating_hyperplane_unbalanced.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_svm_anova.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_svm_iris.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_svm_kernels.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_svm_margin.py DOC fix example comments 2013-07-30 12:41:56 +02:00
plot_svm_nonlinear.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_svm_regression.py DOC typo: polynominial 2013-09-28 17:38:12 +02:00
plot_svm_scale_c.py Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
plot_weighted_samples.py TST small improvement of test for sample weight in svm 2013-07-26 15:06:57 +02:00

README.txt

.. _svm_examples:

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

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