scikit-learn/examples/svm
Christine P. Chai 045224d753
DOC: Correct many grammatical issues (#32820)
2025-12-02 09:25:24 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_custom_kernel.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_iris_svc.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_linearsvc_support_vectors.py MNT Update index finding to use np.nonzero (#31115) 2025-04-11 17:18:51 +00:00
plot_oneclass.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_rbf_parameters.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_separating_hyperplane.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_separating_hyperplane_unbalanced.py DOC: Correct many grammatical issues (#32820) 2025-12-02 09:25:24 +01:00
plot_svm_anova.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_svm_kernels.py FIX: fix wrongly used `plt.show()` in examples (#31524) 2025-06-12 10:32:13 +10:00
plot_svm_margin.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_svm_regression.py MNT Add author/license note where missing and add the linter (#29477) 2024-07-22 22:05:03 +02:00
plot_svm_scale_c.py DOC fix all unintentional block quotes in docs (#29848) 2024-09-16 18:04:56 +02:00
plot_svm_tie_breaking.py DOC Fix decision boundary colouring in the `plot_svm_tie_breaking.py` example (#32361) 2025-10-06 13:46:45 +02:00
plot_weighted_samples.py DOC Rework SVM weighted samples example (#30711) 2025-01-27 10:56:40 +05:00

README.txt

.. _svm_examples:

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

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