mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 07:16:54 +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:
@@ -46,6 +46,7 @@ class Tuner:
|
|||||||
space=self.space,
|
space=self.space,
|
||||||
algo=tpe.suggest,
|
algo=tpe.suggest,
|
||||||
max_evals=self.max_evals,
|
max_evals=self.max_evals,
|
||||||
|
show_progressbar=False,
|
||||||
)
|
)
|
||||||
self.logger.info("Local best params: {} ".format(self.best_params))
|
self.logger.info("Local best params: {} ".format(self.best_params))
|
||||||
TimeInspector.log_cost_time(
|
TimeInspector.log_cost_time(
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -47,7 +47,7 @@ REQUIRED = [
|
|||||||
"python-redis-lock>=3.3.1",
|
"python-redis-lock>=3.3.1",
|
||||||
"schedule>=0.6.0",
|
"schedule>=0.6.0",
|
||||||
"cvxpy>=1.0.21",
|
"cvxpy>=1.0.21",
|
||||||
"hyperopt==0.1.1",
|
"hyperopt==0.1.2",
|
||||||
"fire>=0.3.1",
|
"fire>=0.3.1",
|
||||||
"statsmodels",
|
"statsmodels",
|
||||||
"xlrd>=1.0.0",
|
"xlrd>=1.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user