1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 14:26:56 +08:00
Co-authored-by: LeeYuntong <nukuihayu@outlook.com>
This commit is contained in:
Lee Yuntong
2024-06-20 18:12:07 +08:00
committed by GitHub
parent 37b908792b
commit 3a348aec9f
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ def train(uri_path: str = None):
model performance
"""
# model initiaiton
# model initialization
model = init_instance_by_config(CSI300_GBDT_TASK["model"])
dataset = init_instance_by_config(CSI300_GBDT_TASK["dataset"])
# To test __repr__