1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00

change_datasource (#1109)

* change_datasource

* split_test_data_and_complete_data

* fix_CI
This commit is contained in:
Linlang
2022-05-31 19:35:49 +08:00
committed by GitHub
parent 14b2b355a7
commit e874ef2bc1
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ from qlib.utils import exists_qlib_data
class GetData:
DATASET_VERSION = "v2"
REMOTE_URL = "http://fintech.msra.cn/stock_data/downloads"
REMOTE_URL = "https://qlibpublic.blob.core.windows.net/data/default/stock_data"
QLIB_DATA_NAME = "{dataset_name}_{region}_{interval}_{qlib_version}.zip"
def __init__(self, delete_zip_file=False):