Skip to content

Commit

Permalink
[Fix] Try more time for cross validation
Browse files Browse the repository at this point in the history
  • Loading branch information
franchuterivera committed Jun 1, 2021
1 parent 2ca6887 commit d3422fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def test_tabular_classification(openml_id, resampling_strategy, backend, resampl
X_train=X_train, y_train=y_train,
X_test=X_test, y_test=y_test,
optimize_metric='accuracy',
total_walltime_limit=30,
func_eval_time_limit_secs=5,
total_walltime_limit=40,
func_eval_time_limit_secs=10,
enable_traditional_pipeline=False,
)

Expand Down Expand Up @@ -280,8 +280,8 @@ def test_tabular_regression(openml_name, resampling_strategy, backend, resamplin
X_train=X_train, y_train=y_train,
X_test=X_test, y_test=y_test,
optimize_metric='r2',
total_walltime_limit=30,
func_eval_time_limit_secs=5,
total_walltime_limit=40,
func_eval_time_limit_secs=10,
enable_traditional_pipeline=False,
)

Expand Down

0 comments on commit d3422fd

Please sign in to comment.