1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

update workflow

This commit is contained in:
bxdd
2021-03-25 19:56:04 +08:00
parent 4ec300787e
commit efe134e9f4
3 changed files with 5 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ class RollingDataWorkflow(object):
)
dtrain, dvalid, dtest = dataset.prepare(["train", "valid", "test"])
if __name__ == "__main__":