scikit-learn/examples/svm
Jaques Grobler db38edb7ea delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +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 FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_iris.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_oneclass.py COSMIT: beautify the plot_oneclass example 2011-12-20 13:11:44 +01:00
plot_rbf_parameters.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_separating_hyperplane.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_separating_hyperplane_unbalanced.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_svm_anova.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_svm_iris.py Merged some examples into examples folder. 2012-03-06 23:40:49 +01:00
plot_svm_kernels.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
plot_svm_margin.py delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
plot_svm_nonlinear.py COSMIT: avoid set_cmap and pcolormesh in example 2011-12-30 11:57:17 +01:00
plot_svm_parameters_selection.py FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
plot_svm_regression.py COSMIT pep8 2011-12-16 22:55:42 +01:00
plot_weighted_samples.py COSMIT pep8 2011-12-16 22:55:42 +01:00

README.txt

.. _svm_examples:

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

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