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 98b5241 commit d3578efCopy full SHA for d3578ef
1 file changed
openml/evaluations/functions.py
@@ -288,7 +288,7 @@ def list_evaluations_setups(
288
289
output_format: str, optional (default='object')
290
The parameter decides the format of the output.
291
- - If 'object' the output is a dict of OpenMLEvaluation objects
+
292
- If 'dict' the output is a dict of dict
293
- If 'dataframe' the output is a pandas DataFrame
294
@@ -325,4 +325,4 @@ def list_evaluations_setups(
325
if output_format == 'dataframe':
326
return df
327
else:
328
- return df.to_dict()
+ return df.to_dict(orient='index')
0 commit comments