scikit-learn/examples/svm
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01: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 pep8 2012-12-25 13:16:05 +01:00
plot_iris.py DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_oneclass.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_rbf_parameters.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_separating_hyperplane.py COSMIT simplify a bit examples 2012-05-05 21:57:05 +02:00
plot_separating_hyperplane_unbalanced.py FIX : use RandomState rather than global seed 2012-06-03 22:21:14 +02:00
plot_svm_anova.py DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_svm_iris.py DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_svm_kernels.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_svm_margin.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_svm_nonlinear.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_svm_regression.py DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_svm_scale_c.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_weighted_samples.py Explitit cmap for background. 2012-05-21 10:43:03 +02:00

README.txt

.. _svm_examples:

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

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