Created
February 18, 2020 18:03
-
-
Save VincentGat/2d30ee1e3bbdd8a0be99a9a3c8c9d6ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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