1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 04:20:57 +08:00

Hyperopt upgrade (#741)

* Upgrade hyperopt

* Do not use newly added progress bar

Co-authored-by: Raphael Sofaer <rsofaer@gmail.com>
This commit is contained in:
upgradvisor-bot
2021-12-10 23:37:08 -05:00
committed by GitHub
parent d0ff5eea9d
commit 7cb1f7cee0
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class Tuner:
space=self.space,
algo=tpe.suggest,
max_evals=self.max_evals,
show_progressbar=False,
)
self.logger.info("Local best params: {} ".format(self.best_params))
TimeInspector.log_cost_time(