scikit-learn/examples/svm
Raghav R V afd5d18b0c [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays
Also, DOC what's new section for model_selection changes
2016-06-16 12:23:04 +10:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_iris.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_oneclass.py Added colorblind compatibility 2015-10-23 10:13:58 +02:00
plot_rbf_parameters.py [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays 2016-06-16 12:23:04 +10:00
plot_separating_hyperplane.py Fixed small typos in SVM examples. 2015-07-14 22:37:08 -03:00
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 Fix omitted word in SVM-Anova example 2015-12-15 13:18:19 -06:00
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 small typos in SVM examples. 2015-07-14 22:37:08 -03:00
plot_svm_regression.py Added colorblind compatibility 2015-10-23 10:13:58 +02:00
plot_svm_scale_c.py [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays 2016-06-16 12:23:04 +10:00
plot_weighted_samples.py MISC : Y->y 2015-10-23 10:24:46 +02:00

README.txt

.. _svm_examples:

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

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