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

Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Young
2020-11-19 08:27:42 +00:00
27 changed files with 1836 additions and 503 deletions

View File

@@ -41,7 +41,7 @@
" print(f\"Qlib data is not found in {provider_uri}\")\n",
" sys.path.append(str(CUR_DIR.parent.parent.joinpath(\"scripts\")))\n",
" from get_data import GetData\n",
" GetData().qlib_data_cn(target_dir=provider_uri)\n",
" GetData().qlib_data(target_dir=provider_uri)\n",
"qlib.init(provider_uri=provider_uri, region=REG_CN)"
]
},
@@ -219,4 +219,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}