We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26686b0 + 587ffec commit 7c94edeCopy full SHA for 7c94ede
1 file changed
openml/datasets/functions.py
@@ -111,9 +111,14 @@ def list_datasets():
111
Returns
112
-------
113
datasets : list of dicts
114
- A list of all datasets. Every dataset is represented by a
115
- dictionary containing the following information: dataset id,
116
- and status. If qualities are calculated for the dataset, some of
+ A list of all datasets.
+
+ Every dataset is represented by a dictionary containing
117
+ the following information:
118
+ - dataset id
119
+ - status
120
121
+ If qualities are calculated for the dataset, some of
122
these are also returned.
123
"""
124
return _list_datasets("data/list")
0 commit comments