From 6625194d6d5510051ef2b96348aafef33a7b6ed7 Mon Sep 17 00:00:00 2001 From: Prutha <112083321+chibihime@users.noreply.github.com> Date: Tue, 27 May 2025 15:32:57 +0530 Subject: [PATCH 1/2] Update svm.rst Added example link to Decision boundary of semi-supervised classifiers versus SVM on the Iris dataset --- doc/modules/svm.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/modules/svm.rst b/doc/modules/svm.rst index ac9fbdb12e58d..8b09975146f41 100644 --- a/doc/modules/svm.rst +++ b/doc/modules/svm.rst @@ -707,6 +707,9 @@ term :math:`b`. misclassified, or it is correctly classified but does not lie beyond the margin. +Note: For ease of reference here's an example using SVC on the Iris dataset. :ref:`sphx_glr_auto_examples_semi_supervised_plot_semi_supervised_versus_svm_iris.py` + + SVR --- From 3e550009f3dda2b22ad4dab306e3e5f458d6dc7e Mon Sep 17 00:00:00 2001 From: Prutha <112083321+chibihime@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:25:40 +0530 Subject: [PATCH 2/2] Update svm.rst --- doc/modules/svm.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/modules/svm.rst b/doc/modules/svm.rst index 8b09975146f41..d219b8ed18df0 100644 --- a/doc/modules/svm.rst +++ b/doc/modules/svm.rst @@ -707,7 +707,8 @@ term :math:`b`. misclassified, or it is correctly classified but does not lie beyond the margin. -Note: For ease of reference here's an example using SVC on the Iris dataset. :ref:`sphx_glr_auto_examples_semi_supervised_plot_semi_supervised_versus_svm_iris.py` +Note: For ease of reference here's an example using SVC on the Iris dataset. +:ref:`sphx_glr_auto_examples_semi_supervised_plot_semi_supervised_versus_svm_iris.py` SVR