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.
2 parents 849f89f + 03a78d5 commit 82611e8Copy full SHA for 82611e8
doc/modules/svm.rst
@@ -142,7 +142,7 @@ Note that the :class:`LinearSVC` also implements an alternative multi-class
142
strategy, the so-called multi-class SVM formulated by Crammer and Singer, by
143
using the option ``multi_class='crammer_singer'``. This method is consistent,
144
which is not true for one-vs-rest classification.
145
-In practice, on-vs-rest classification is usually preferred, since the results
+In practice, one-vs-rest classification is usually preferred, since the results
146
are mostly similar, but the runtime is significantly less.
147
148
For "one-vs-rest" :class:`LinearSVC` the attributes ``coef_`` and ``intercept_``
0 commit comments