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

Update workflow_by_code.py

Fix typo in workflow_by_code.py
This commit is contained in:
HUAN-PING SU
2021-02-03 22:14:54 -08:00
committed by you-n-g
parent fc1431cd4e
commit cda1d4be40

View File

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