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 0806855 commit 4c26cffCopy full SHA for 4c26cff
1 file changed
openml/runs/run.py
@@ -164,7 +164,8 @@ def run_task(task, model):
164
'only works for tasks with class labels.')
165
setup_string = _create_setup_string(model)
166
167
- run = OpenMLRun(task.task_id, flow_id, setup_string, dataset.id)
+ run = OpenMLRun(task_id=task.task_id, flow_id=flow_id,
168
+ setup_string=setup_string, dataset_id=dataset.dataset_id)
169
run.data_content = _run_task_get_arffcontent(model, task, class_labels)
170
171
# The model will not be uploaded at the moment, but used to get the
0 commit comments