scikit-learn/examples/svm
Dimitri Papadopoulos Orfanos 0f43434e0c
DOC fix typos found by codespell (#27457)
2023-09-26 15:31:28 +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 DOC fix deprecation warning in plot_oneclass (#27452) 2023-09-25 14:25:51 +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 DOC fix deprecation warning in plot_separating_hyperplane_unbalanced (#27453) 2023-09-25 10:42:38 +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 DOC fix typos found by codespell (#27457) 2023-09-26 15:31:28 +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.