We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ff5ee commit 7cb1f7cCopy full SHA for 7cb1f7c
qlib/contrib/tuner/tuner.py
@@ -46,6 +46,7 @@ def tune(self):
46
space=self.space,
47
algo=tpe.suggest,
48
max_evals=self.max_evals,
49
+ show_progressbar=False,
50
)
51
self.logger.info("Local best params: {} ".format(self.best_params))
52
TimeInspector.log_cost_time(
setup.py
@@ -47,7 +47,7 @@
"python-redis-lock>=3.3.1",
"schedule>=0.6.0",
"cvxpy>=1.0.21",
- "hyperopt==0.1.1",
+ "hyperopt==0.1.2",
"fire>=0.3.1",
"statsmodels",
53
"xlrd>=1.0.0",
0 commit comments