We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25623ca commit 7db0ca4Copy full SHA for 7db0ca4
sklearn/svm/classes.py
@@ -505,7 +505,7 @@ class SVC(BaseSVC):
505
(n_samples, n_classes) as all other classifiers, or the original
506
one-vs-one ('ovo') decision function of libsvm which has shape
507
(n_samples, n_classes * (n_classes - 1) / 2). However, one-vs-one
508
- ('ovo') is used as multi-class strategy.
+ ('ovo') is always used as multi-class strategy.
509
510
.. versionchanged:: 0.19
511
decision_function_shape is 'ovr' by default.
0 commit comments