scikit-learn/examples/svm
Andreas Mueller 07ce147b84 Merge pull request #4092 from ogrisel/iris-rbf-params-heatmap-example
[MRG+1] ENH better RBF parameters heat map
2015-02-25 12:28:19 -06:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_iris.py ENH: made example/svm/plot_iris.py clearer 2014-01-17 11:21:21 +01:00
plot_oneclass.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_rbf_parameters.py ENH better RBF parameters heat map 2015-01-13 20:35:07 +01:00
plot_separating_hyperplane.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_separating_hyperplane_unbalanced.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_svm_anova.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_svm_kernels.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_svm_margin.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_svm_nonlinear.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_svm_regression.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_svm_scale_c.py EXAMPLE/FIX l2 --> squared_hinge; L1/L2 --> l1/l2 2015-02-25 15:34:56 +05:30
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` module.