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

Update workflow_by_code.py

This commit is contained in:
HUAN-PING SU
2021-02-04 00:36:50 -08:00
committed by you-n-g
parent cda1d4be40
commit f2ffb80a0b

View File

@@ -99,7 +99,7 @@ if __name__ == "__main__":
},
}
# model initiation
# model initialization
model = init_instance_by_config(task["model"])
dataset = init_instance_by_config(task["dataset"])