scikit-learn/examples/svm
Arturo Amor 1a9c0067b9
DOC Revisit SVM C scaling example (#25115)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-08-22 21:44:25 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_iris_svc.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_linearsvc_support_vectors.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_oneclass.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_rbf_parameters.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_separating_hyperplane.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_separating_hyperplane_unbalanced.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_anova.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_kernels.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_margin.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_nonlinear.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_regression.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_svm_scale_c.py DOC Revisit SVM C scaling example (#25115) 2023-08-22 21:44:25 +02:00
plot_svm_tie_breaking.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_weighted_samples.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _svm_examples:

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

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