Skip to content

Commit 7db0ca4

Browse files
committed
DOC Improve multi-class strategy doc in SVC
following @amueller 's comment
1 parent 25623ca commit 7db0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/svm/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class SVC(BaseSVC):
505505
(n_samples, n_classes) as all other classifiers, or the original
506506
one-vs-one ('ovo') decision function of libsvm which has shape
507507
(n_samples, n_classes * (n_classes - 1) / 2). However, one-vs-one
508-
('ovo') is used as multi-class strategy.
508+
('ovo') is always used as multi-class strategy.
509509
510510
.. versionchanged:: 0.19
511511
decision_function_shape is 'ovr' by default.

0 commit comments

Comments
 (0)