From 51aa20c9a51192f06891b132cea9bfde7128bfb3 Mon Sep 17 00:00:00 2001 From: Mathieu Blondel <mathieu@mblondel.org> Date: Sun, 7 Aug 2011 23:59:40 +0900 Subject: [PATCH] Doc for sample generator cosmits. --- doc/datasets/index.rst | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/doc/datasets/index.rst b/doc/datasets/index.rst index 91ca82f672..25564df660 100644 --- a/doc/datasets/index.rst +++ b/doc/datasets/index.rst @@ -26,9 +26,8 @@ This package also features helpers to fetch larger datasets commonly used by the machine learning community to benchmark algorithm on data that comes from the 'real world'. - -Datasets shipped with scikit-learn and samples generators -========================================================= +Toy datasets +============ scikit-learn comes with a few small standard datasets that do not require to download any file from some external website. @@ -47,7 +46,10 @@ These datasets are useful to quickly illustrate the behavior of the various algorithms implemented in the scikit. They are however often too small to be representative of real world machine learning tasks. -In addition, scikit-learn includes various random samples generators that +Sample generators +================= + +In addition, scikit-learn includes various random sample generators that can be used to build artifical datasets of controled size and complexity. .. autosummary:: @@ -111,12 +113,3 @@ features:: .. include:: labeled_faces.rst -.. todo:: - - Dataset generators - ================== - - Please write some narrative documentation on how to best use the most common - utility functions from the ``samples_generator`` module. - - -- GitLab