Skip to content

Commit 1ac04bd

Browse files
authored
fix workflow_config_lightgbm_multi_freq.yaml (microsoft#635)
1 parent 99f8224 commit 1ac04bd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

examples/benchmarks/LightGBM/workflow_config_lightgbm_multi_freq.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,16 @@ port_analysis_config: &port_analysis_config
3636
topk: 50
3737
n_drop: 5
3838
backtest:
39-
limit_threshold: 0.095
39+
start_time: 2017-01-01
40+
end_time: 2020-08-01
4041
account: 100000000
4142
benchmark: *benchmark
42-
deal_price: close
43-
open_cost: 0.0005
44-
close_cost: 0.0015
45-
min_cost: 5
43+
exchange_kwargs:
44+
limit_threshold: 0.095
45+
deal_price: close
46+
open_cost: 0.0005
47+
close_cost: 0.0015
48+
min_cost: 5
4649
task:
4750
model:
4851
class: LGBModel

0 commit comments

Comments
 (0)