This commit is contained in:
Chi Wang
2021-10-12 15:08:40 -07:00
committed by GitHub
parent ddc1a63a76
commit fe65fa143d
3 changed files with 4 additions and 4 deletions

View File

@@ -503,7 +503,7 @@ class TestAutoML(unittest.TestCase):
automl_settings = {
"time_budget": 2,
"task": "regression",
"log_file_name": "test/boston.log",
"log_file_name": "test/california.log",
"log_training_metric": True,
"n_jobs": 1,
"model_history": True,
@@ -625,7 +625,7 @@ class TestAutoML(unittest.TestCase):
automl_settings = {
"time_budget": 10,
"task": "regression",
"log_file_name": "test/boston.log",
"log_file_name": "test/california.log",
"log_type": "all",
"n_jobs": 1,
"n_concurrent_trials": 2,