8000 DOC Rephrase Datasets guide introduction (#29405) · scikit-learn/scikit-learn@acbb0ff · GitHub
[go: up one dir, main page]

Skip to content

Commit acbb0ff

Browse files
authored
DOC Rephrase Datasets guide introduction (#29405)
1 parent 82404ba commit acbb0ff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/datasets.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ Dataset loading utilities
66

77
.. currentmodule:: sklearn.datasets
88

9-
The ``sklearn.datasets`` package embeds some small toy datasets
10-
as introduced in the :ref:`Getting Started <loading_example_dataset>` section.
11-
12-
This package also features helpers to fetch larger datasets commonly
13-
used by the machine learning community to benchmark algorithms on data
14-
that comes from the 'real world'.
9+
The ``sklearn.datasets`` package embeds some small toy datasets and provides helpers
10+
to fetch larger datasets commonly used by the machine learning community to benchmark
11+
algorithms on data that comes from the 'real world'.
1512

1613
To evaluate the impact of the scale of the dataset (``n_samples`` and
1714
``n_features``) while controlling the statistical properties of the data

0 commit comments

Comments
 (0)
0