Skip to content

Commit

Permalink
Merge pull request scikit-learn#3334 from ami-GS/external
Browse files Browse the repository at this point in the history
fix typo (on -> one)
  • Loading branch information
glouppe committed Jul 2, 2014
2 parents 849f89f + 03a78d5 commit 82611e8
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 82611e8

Please sign in to comment.