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 6853392 commit b3063f4Copy full SHA for b3063f4
1 file changed
tests/test_runs/test_run_functions.py
@@ -39,7 +39,7 @@ def _perform_run(self, task_id, num_instances, clf):
39
def test_run_regression_on_classif_task(self):
40
task_id = 115
41
42
- clf = LinearRegression()
+ clf = LogisticRegression()
43
task = openml.tasks.get_task(task_id)
44
run = openml.runs.run_task(task=task, model=clf)
45
run.publish()
0 commit comments