Skip to content

Commit 613cf8e

Browse files
committed
s/n_features/n_samples in doc/datasets/index.rst
1 parent 7b3e7c7 commit 613cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/datasets/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fetched from mldata.org have more sophisticated structure.
3535
These functions return a dictionary-like object holding at least two items:
3636
an array of shape ``n_samples`` * `` n_features`` with key ``data``
3737
(except for 20newsgroups)
38-
and a NumPy array of length ``n_features``, containing the target values,
38+
and a NumPy array of length ``n_samples``, containing the target values,
3939
with key ``target``.
4040

4141
The datasets also contain a description in ``DESCR`` and some contain

0 commit comments

Comments
 (0)