File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,9 @@ Dataset loading utilities
6
6
7
7
.. currentmodule :: sklearn.datasets
8
8
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'.
15
12
16
13
To evaluate the impact of the scale of the dataset (``n_samples `` and
17
14
``n_features ``) while controlling the statistical properties of the data
You can’t perform that action at this time.
0 commit comments