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 f1876c1 commit fb842c5Copy full SHA for fb842c5
test/test_api/test_api.py
@@ -78,8 +78,8 @@ def test_tabular_classification(openml_id, resampling_strategy, backend, resampl
78
X_train=X_train, y_train=y_train,
79
X_test=X_test, y_test=y_test,
80
optimize_metric='accuracy',
81
- total_walltime_limit=30,
82
- func_eval_time_limit_secs=5,
+ total_walltime_limit=40,
+ func_eval_time_limit_secs=10,
83
enable_traditional_pipeline=False,
84
)
85
@@ -268,8 +268,8 @@ def test_tabular_regression(openml_name, resampling_strategy, backend, resamplin
268
269
270
optimize_metric='r2',
271
272
273
274
275
0 commit comments