Skip to content

Commit 7cb1f7c

Browse files
Hyperopt upgrade (#741)
* Upgrade hyperopt * Do not use newly added progress bar Co-authored-by: Raphael Sofaer <rsofaer@gmail.com>
1 parent d0ff5ee commit 7cb1f7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

qlib/contrib/tuner/tuner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def tune(self):
4646
space=self.space,
4747
algo=tpe.suggest,
4848
max_evals=self.max_evals,
49+
show_progressbar=False,
4950
)
5051
self.logger.info("Local best params: {} ".format(self.best_params))
5152
TimeInspector.log_cost_time(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"python-redis-lock>=3.3.1",
4848
"schedule>=0.6.0",
4949
"cvxpy>=1.0.21",
50-
"hyperopt==0.1.1",
50+
"hyperopt==0.1.2",
5151
"fire>=0.3.1",
5252
"statsmodels",
5353
"xlrd>=1.0.0",

0 commit comments

Comments
 (0)