8000 DOC Fix links and clarify plot_random_dataset.py (#17150) · InterferencePattern/scikit-learn@3e36aa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e36aa0

Browse files
lucyleeowadrinjalali
authored andcommitted
DOC Fix links and clarify plot_random_dataset.py (scikit-learn#17150)
1 parent 05089f9 commit 3e36aa0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

examples/datasets/plot_random_dataset.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
Plot randomly generated classification dataset
44
==============================================
55
6-
Plot several randomly generated 2D classification datasets.
7-
This example illustrates the :func:`datasets.make_classification`
8-
:func:`datasets.make_blobs` and :func:`datasets.make_gaussian_quantiles`
9-
functions.
6+
This example plots several randomly generated classification datasets.
7+
For easy visualization, all datasets have 2 features, plotted on the x and y
8+
axis. The color of each point represents its class label.
109
11-
For ``make_classification``, three binary and two multi-class classification
12-
datasets are generated, with different numbers of informative features and
13-
clusters per class. """
10+
The first 4 plots use the :func:`~sklearn.datasets.make_classification` with
11+
different numbers of informative features, clusters per class and classes.
12+
The final 2 plots use :func:`~sklearn.datasets.make_blobs` and
13+
:func:`~sklearn.datasets.make_gaussian_quantiles`.
14+
"""
1415

1516
print(__doc__)
1617

0 commit comments

Comments
 (0)
0