sklearn/examples/svm
Daniel Biebert 7136feda91 first commit 2024-08-05 09:32:03 +02:00
..
README.txt first commit 2024-08-05 09:32:03 +02:00
plot_custom_kernel.py first commit 2024-08-05 09:32:03 +02:00
plot_iris_svc.py first commit 2024-08-05 09:32:03 +02:00
plot_linearsvc_support_vectors.py first commit 2024-08-05 09:32:03 +02:00
plot_oneclass.py first commit 2024-08-05 09:32:03 +02:00
plot_rbf_parameters.py first commit 2024-08-05 09:32:03 +02:00
plot_separating_hyperplane.py first commit 2024-08-05 09:32:03 +02:00
plot_separating_hyperplane_unbalanced.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_anova.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_kernels.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_margin.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_regression.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_scale_c.py first commit 2024-08-05 09:32:03 +02:00
plot_svm_tie_breaking.py first commit 2024-08-05 09:32:03 +02:00
plot_weighted_samples.py first commit 2024-08-05 09:32:03 +02:00

README.txt

.. _svm_examples:

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

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