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 2ca6887 commit d3422fdCopy full SHA for d3422fd
test/test_api/test_api.py
@@ -82,8 +82,8 @@ def test_tabular_classification(openml_id, resampling_strategy, backend, resampl
82
X_train=X_train, y_train=y_train,
83
X_test=X_test, y_test=y_test,
84
optimize_metric='accuracy',
85
- total_walltime_limit=30,
86
- func_eval_time_limit_secs=5,
+ total_walltime_limit=40,
+ func_eval_time_limit_secs=10,
87
enable_traditional_pipeline=False,
88
)
89
@@ -280,8 +280,8 @@ def test_tabular_regression(openml_name, resampling_strategy, backend, resamplin
280
281
282
optimize_metric='r2',
283
284
285
286
287
0 commit comments