Skip to content

Commit aae0e5b

Browse files
janvanrijnmfeurer
authored andcommitted
fix 604 (#605)
1 parent 876be65 commit aae0e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openml/tasks/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ def _create_task_from_xml(xml):
387387

388388
common_kwargs['estimation_procedure_type'] = inputs[
389389
"estimation_procedure"][
390-
"oml:estimation_procedure"]["oml:type"],
391-
common_kwargs['estimation_parameters'] = estimation_parameters,
390+
"oml:estimation_procedure"]["oml:type"]
391+
common_kwargs['estimation_parameters'] = estimation_parameters
392392
common_kwargs['target_name'] = inputs[
393393
"source_data"]["oml:data_set"]["oml:target_feature"]
394394
common_kwargs['data_splits_url'] = inputs["estimation_procedure"][

0 commit comments

Comments
 (0)