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

@@ -420,7 +420,6 @@ def get_val_loss(
# fit_kwargs['groups_val'] = groups_val
# fit_kwargs['X_val'] = X_val
# fit_kwargs['y_val'] = y_val
estimator.fit(X_train, y_train, budget, **fit_kwargs)
val_loss, metric_for_logging, pred_time, _ = _eval_estimator(
config,