fixing trainable and update function, completing NOTE (#566)

* fix checkpoint naming + trial id for non-ray mode, fix the bug in running test mode, delete all the checkpoints in non-ray mode

* finished testing for checkpoint naming, delete checkpoint, ray, max iter = 1
This commit is contained in:
Xueqing Liu
2022-06-03 15:19:22 -04:00
committed by GitHub
parent c79c07f450
commit e0e317bfb1
3 changed files with 64 additions and 60 deletions

View File

@@ -21,7 +21,7 @@ def test_metric_constraints():
"log_type": "all",
"retrain_full": "budget",
"keep_search_state": True,
"time_budget": 1,
"time_budget": 2,
"pred_time_limit": 5.1e-05,
}
from sklearn.externals._arff import ArffException