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 876be65 commit aae0e5bCopy full SHA for aae0e5b
openml/tasks/functions.py
@@ -387,8 +387,8 @@ def _create_task_from_xml(xml):
387
388
common_kwargs['estimation_procedure_type'] = inputs[
389
"estimation_procedure"][
390
- "oml:estimation_procedure"]["oml:type"],
391
- common_kwargs['estimation_parameters'] = estimation_parameters,
+ "oml:estimation_procedure"]["oml:type"]
+ common_kwargs['estimation_parameters'] = estimation_parameters
392
common_kwargs['target_name'] = inputs[
393
"source_data"]["oml:data_set"]["oml:target_feature"]
394
common_kwargs['data_splits_url'] = inputs["estimation_procedure"][
0 commit comments