scikit-learn/examples/svm
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07: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 P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_rbf_parameters.py ENH add randomized hyperparameter optimization 2013-03-03 20:56:39 +01: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 COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_svm_kernels.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_svm_margin.py COSMIT various typofixes 2013-04-11 21:22:14 +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 P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_svm_scale_c.py Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup 2013-04-18 04:21:05 -07:00
plot_weighted_samples.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00

README.txt

.. _svm_examples:

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

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