Skip to content

Instantly share code, notes, and snippets.

@VincentGat
Created February 18, 2020 18:03
Show Gist options
  • Save VincentGat/2d30ee1e3bbdd8a0be99a9a3c8c9d6ed to your computer and use it in GitHub Desktop.
Save VincentGat/2d30ee1e3bbdd8a0be99a9a3c8c9d6ed to your computer and use it in GitHub Desktop.
from bayes_opt.util import load_logs
optimizer_load = BayesianOptimization(optimize_rf, pbounds_forest)
all_log = [str(path) for path in LOG_DIR.iterdir()]
load_logs(optimizer_load, logs=all_log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment