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.
1 parent 3166f55 commit 80ade1aCopy full SHA for 80ade1a
1 file changed
openml/datasets/functions.py
@@ -171,6 +171,10 @@ def list_qualities() -> list:
171
The function performs an API call to retrieve the entire list of
172
data qualities that are computed on the datasets uploaded.
173
174
+ Returns
175
+ -------
176
+ list
177
+
178
"""
179
api_call = "data/qualities/list"
180
xml_string = openml._api_calls._perform_api_call(api_call, 'get')
0 commit comments