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

Update run_all_model script

This commit is contained in:
Jactus
2020-11-23 15:10:14 +08:00
parent 0c3f50e426
commit 27b573c7d6
11 changed files with 57 additions and 24 deletions

View File

@@ -49,7 +49,7 @@
" print(f\"Qlib data is not found in {provider_uri}\")\n",
" sys.path.append(str(Path.cwd().parent.joinpath(\"scripts\")))\n",
" from get_data import GetData\n",
" GetData().qlib_data(target_dir=provider_uri, region=\"cn\")\n",
" GetData().qlib_data(target_dir=provider_uri, region=REG_CN)\n",
"qlib.init(provider_uri=provider_uri, region=REG_CN)"
]
},