scikit-learn/examples/svm
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250)
2024-06-17 17:57:02 +00: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 MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
plot_linearsvc_support_vectors.py MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +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 CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
plot_svm_margin.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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 CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
plot_svm_tie_breaking.py CLN use new license notice line (#29246) 2024-06-13 15:51:09 +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.