Skip to content

Commit 82611e8

Browse files
committed
Merge pull request scikit-learn#3334 from ami-GS/external
fix typo (on -> one)
2 parents 849f89f + 03a78d5 commit 82611e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/svm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note that the :class:`LinearSVC` also implements an alternative multi-class
142142
strategy, the so-called multi-class SVM formulated by Crammer and Singer, by
143143
using the option ``multi_class='crammer_singer'``. This method is consistent,
144144
which is not true for one-vs-rest classification.
145-
In practice, on-vs-rest classification is usually preferred, since the results
145+
In practice, one-vs-rest classification is usually preferred, since the results
146146
are mostly similar, but the runtime is significantly less.
147147

148148
For "one-vs-rest" :class:`LinearSVC` the attributes ``coef_`` and ``intercept_``

0 commit comments

Comments
 (0)