We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3e7c7 commit 613cf8eCopy full SHA for 613cf8e
doc/datasets/index.rst
@@ -35,7 +35,7 @@ fetched from mldata.org have more sophisticated structure.
35
These functions return a dictionary-like object holding at least two items:
36
an array of shape ``n_samples`` * `` n_features`` with key ``data``
37
(except for 20newsgroups)
38
-and a NumPy array of length ``n_features``, containing the target values,
+and a NumPy array of length ``n_samples``, containing the target values,
39
with key ``target``.
40
41
The datasets also contain a description in ``DESCR`` and some contain
0 commit comments