File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,9 @@ class SVC(BaseSVC):
739
739
:term:`predict` will break ties according to the confidence values of
740
740
:term:`decision_function`; otherwise the first class among the tied
741
741
classes is returned. Please note that breaking ties comes at a
742
- relatively high computational cost compared to a simple predict.
742
+ relatively high computational cost compared to a simple predict. See
743
+ :ref:`sphx_glr_auto_examples_svm_plot_svm_tie_breaking.py` for an
744
+ example of its usage with ``decision_function_shape='ovr'``.
743
745
744
746
.. versionadded:: 0.22
745
747
@@ -1009,6 +1011,8 @@ class NuSVC(BaseSVC):
1009
1011
:term:`decision_function`; otherwise the first class among the tied
1010
1012
classes is returned. Please note that breaking ties comes at a
1011
1013
relatively high computational cost compared to a simple predict.
1014
+ See :ref:`sphx_glr_auto_examples_svm_plot_svm_tie_breaking.py` for an
1015
+ example of its usage with ``decision_function_shape='ovr'``.
1012
1016
1013
1017
.. versionadded:: 0.22
1014
1018
You can’t perform that action at this time.
0 commit comments