1
0
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:
Xu Yang
2023-07-18 11:52:43 +08:00
parent 1c5a73aa81
commit ce8cb517e9

View File

@@ -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: