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 ab98226 commit cb33c29Copy full SHA for cb33c29
1 file changed
openml/evaluations/functions.py
@@ -6,7 +6,7 @@
6
def list_evaluations(function, task_id):
7
"""Helper function to parse API calls which are lists of runs"""
8
9
- xml_string = _perform_api_call("evaluation/list/funtion/%s/task_id/%d" %(function, task_id))
+ xml_string = _perform_api_call("evaluation/list/function/%s/task_id/%d" %(function, task_id))
10
11
evals_dict = xmltodict.parse(xml_string)
12
# Minimalistic check if the XML is useful
0 commit comments