Skip to content

Commit

Permalink
fix typo (on -> one)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Jul 2, 2014
1 parent 849f89f commit 03a78d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/svm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Note that the :class:`LinearSVC` also implements an alternative multi-class
strategy, the so-called multi-class SVM formulated by Crammer and Singer, by
using the option ``multi_class='crammer_singer'``. This method is consistent,
which is not true for one-vs-rest classification.
In practice, on-vs-rest classification is usually preferred, since the results
In practice, one-vs-rest classification is usually preferred, since the results
are mostly similar, but the runtime is significantly less.

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

0 comments on commit 03a78d5

Please sign in to comment.