scikit-learn/examples/svm
Stefanie Senger 4906ce586b
DOC Notebook style and enhanced descriptions in SVM kernels example (#26805)
2023-08-24 15:06: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 DOC Notebook style and enhanced descriptions in SVM kernels example (#26805) 2023-08-24 15:06:25 +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.