Skip to content

Commit fb842c5

Browse files
[Fix] Try more time for cross validation
1 parent f1876c1 commit fb842c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_api/test_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def test_tabular_classification(openml_id, resampling_strategy, backend, resampl
7878
X_train=X_train, y_train=y_train,
7979
X_test=X_test, y_test=y_test,
8080
optimize_metric='accuracy',
81-
total_walltime_limit=30,
82-
func_eval_time_limit_secs=5,
81+
total_walltime_limit=40,
82+
func_eval_time_limit_secs=10,
8383
enable_traditional_pipeline=False,
8484
)
8585

@@ -268,8 +268,8 @@ def test_tabular_regression(openml_name, resampling_strategy, backend, resamplin
268268
X_train=X_train, y_train=y_train,
269269
X_test=X_test, y_test=y_test,
270270
optimize_metric='r2',
271-
total_walltime_limit=30,
272-
func_eval_time_limit_secs=5,
271+
total_walltime_limit=40,
272+
func_eval_time_limit_secs=10,
273273
enable_traditional_pipeline=False,
274274
)
275275

0 commit comments

Comments
 (0)