From 03a78d573d9f692308d32dcfe4e3d70c199b7c84 Mon Sep 17 00:00:00 2001 From: Daiki Aminaka <1991.daiki@gmail.com> Date: Wed, 2 Jul 2014 22:18:30 +0900 Subject: [PATCH] fix typo (on -> one) --- doc/modules/svm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/svm.rst b/doc/modules/svm.rst index 37f72522d67ac..c217062ec131f 100644 --- a/doc/modules/svm.rst +++ b/doc/modules/svm.rst @@ -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_``