scikit-learn/examples/svm
Andreas Mueller 9bd0aadaa3 MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +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 DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_iris.py DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
plot_oneclass.py COSMIT: beautify the plot_oneclass example 2011-12-20 13:11:44 +01:00
plot_rbf_parameters.py ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +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 MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
plot_svm_margin.py FIX typos in examples 2012-05-05 21:27:28 +02:00
plot_svm_nonlinear.py COSMIT: avoid set_cmap and pcolormesh in example 2011-12-30 11:57:17 +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 MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +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.