From 9970fe2aa8900333e002771d1934ba8d1dac092b Mon Sep 17 00:00:00 2001
From: Vlad Niculae <vlad@vene.ro>
Date: Wed, 21 Dec 2011 11:15:53 +0100
Subject: [PATCH] Add the samples generator to the references

---
 doc/datasets/index.rst     | 1 +
 doc/modules/classes.rst    | 1 +
 doc/modules/multiclass.rst | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/datasets/index.rst b/doc/datasets/index.rst
index b8cf553edf..67fa29b4aa 100644
--- a/doc/datasets/index.rst
+++ b/doc/datasets/index.rst
@@ -116,6 +116,7 @@ can be used to build artifical datasets of controled size and complexity.
    :template: function.rst
 
    make_classification
+   make_multilabel_classification
    make_regression
    make_blobs
    make_friedman1
diff --git a/doc/modules/classes.rst b/doc/modules/classes.rst
index 904c94cb55..d4aa4b0a1d 100644
--- a/doc/modules/classes.rst
+++ b/doc/modules/classes.rst
@@ -142,6 +142,7 @@ Samples generator
    :template: function.rst
 
    datasets.make_classification
+   datasets.make_multilabel_classification
    datasets.make_regression
    datasets.make_blobs
    datasets.make_friedman1
diff --git a/doc/modules/multiclass.rst b/doc/modules/multiclass.rst
index ee6d1f5b49..b4e96f6832 100644
--- a/doc/modules/multiclass.rst
+++ b/doc/modules/multiclass.rst
@@ -39,8 +39,8 @@ improves.
 
 .. note::
 
-    Multi-label learning is experimental; it works, but no evaluation metrics
-    are implemented for it.
+    At the moment there are no evaluation metrics implemented for multilabel
+    learnings.
 
 
 One-Vs-The-Rest
-- 
GitLab