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 9f0ada9 commit dc82bbfCopy full SHA for dc82bbf
1 file changed
tests/test_runs/test_run_functions.py
@@ -714,7 +714,7 @@ def test_run_with_classifiers_in_param_grid(self):
714
task=task, model=clf, avoid_duplicate_runs=False)
715
716
def test__run_task_get_arffcontent(self):
717
- task = openml.tasks.get_task(11)
+ task = openml.tasks.get_task(7)
718
num_instances = 3196
719
num_folds = 10
720
num_repeats = 1
@@ -750,7 +750,7 @@ def test__run_task_get_arffcontent(self):
750
751
def test__run_model_on_fold(self):
752
task = openml.tasks.get_task(7)
753
- num_instances = 1054
+ num_instances = 320
754
num_folds = 1
755
756
0 commit comments