1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix workflow_config_lightgbm_multi_freq.yaml (#635)

This commit is contained in:
Pengrong Zhu
2021-10-06 17:18:27 +08:00
committed by GitHub
parent d01de411a8
commit 8c8d1336de

View File

@@ -36,13 +36,16 @@ port_analysis_config: &port_analysis_config
topk: 50
n_drop: 5
backtest:
limit_threshold: 0.095
start_time: 2017-01-01
end_time: 2020-08-01
account: 100000000
benchmark: *benchmark
deal_price: close
open_cost: 0.0005
close_cost: 0.0015
min_cost: 5
exchange_kwargs:
limit_threshold: 0.095
deal_price: close
open_cost: 0.0005
close_cost: 0.0015
min_cost: 5
task:
model:
class: LGBModel