scikit-learn/examples/svm
Léo DS fb0e0fcf5f [MRG] Fix plot_svm_scale_c.py and plot_discretization_classification.py not to use deprecated plt api (#11586) 2018-07-17 15:48:09 -05:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_iris.py [MRG+1] Refactoring plot_iris svm example. (#8279) 2017-02-23 21:22:26 +11:00
plot_oneclass.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_rbf_parameters.py MNT Flake8 fix for #8957 (See the Travis failure) 2018-05-24 23:14:58 +08:00
plot_separating_hyperplane.py DOC fix plotting support vectors in SVM example (#11231) 2018-06-11 15:22:48 +10:00
plot_separating_hyperplane_unbalanced.py [MRG] DOC fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10:00
plot_svm_anova.py EXA Get rid of warnings in plot_svm_anova.py (#11588) 2018-07-17 15:06:11 +02:00
plot_svm_kernels.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_margin.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_nonlinear.py [MRG] Modify Svm examples for matplotlibv2 comp (#8456) 2017-03-04 11:22:00 -05:00
plot_svm_regression.py remove depreated "plt.hold" that defaults to "on". (#9444) 2017-07-25 09:03:22 +10:00
plot_svm_scale_c.py [MRG] Fix plot_svm_scale_c.py and plot_discretization_classification.py not to use deprecated plt api (#11586) 2018-07-17 15:48:09 -05:00
plot_weighted_samples.py [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00

README.txt

.. _svm_examples:

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

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