mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 10:01:19 +08:00
hot fix one small bug in template
This commit is contained in:
@@ -10,7 +10,7 @@ data_handler_config: &data_handler_config
|
||||
fit_start_time: 2008-01-01
|
||||
fit_end_time: 2014-12-31
|
||||
instruments: *market
|
||||
label: "Ref($close, -21) / Ref($close, -1) - 1"
|
||||
label: ["Ref($close, -21) / Ref($close, -1) - 1"]
|
||||
infer_processors:
|
||||
- class: RobustZScoreNorm
|
||||
kwargs:
|
||||
|
||||
Reference in New Issue
Block a user