From 73f991c185d9b9e01673806e84c6d4dda86dbf35 Mon Sep 17 00:00:00 2001
From: Lars Buitinck <L.J.Buitinck@uva.nl>
Date: Tue, 4 Sep 2012 15:02:18 +0200
Subject: [PATCH] DOC yet another AKA

---
 sklearn/multiclass.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sklearn/multiclass.py b/sklearn/multiclass.py
index 73730f4618..e14c99099c 100644
--- a/sklearn/multiclass.py
+++ b/sklearn/multiclass.py
@@ -114,6 +114,9 @@ class OneVsRestClassifier(BaseEstimator, ClassifierMixin, MetaEstimatorMixin):
     target vector. For multilabel learning, the number of classes must be at
     least three, since otherwise OvR reduces to binary classification.
 
+    In the multilabel learning literature, OvR is also known as the binary
+    relevance method.
+
     Parameters
     ----------
     estimator : estimator object
-- 
GitLab