mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
Modify cli
This commit is contained in:
@@ -108,9 +108,7 @@ class CheckBin:
|
||||
return self.COMPARE_ERROR
|
||||
|
||||
def check(self):
|
||||
"""Check whether the bin file after ``dump_bin.py`` is executed is consistent with the original csv file data
|
||||
|
||||
"""
|
||||
"""Check whether the bin file after ``dump_bin.py`` is executed is consistent with the original csv file data"""
|
||||
logger.info("start check......")
|
||||
|
||||
error_list = []
|
||||
|
||||
@@ -55,7 +55,9 @@ class GetData:
|
||||
for _file in tqdm(zp.namelist()):
|
||||
zp.extract(_file, str(target_dir.resolve()))
|
||||
|
||||
def qlib_data(self, name="qlib_data", target_dir="~/.qlib/qlib_data/cn_data", version="latest", interval="1d", region="cn"):
|
||||
def qlib_data(
|
||||
self, name="qlib_data", target_dir="~/.qlib/qlib_data/cn_data", version="latest", interval="1d", region="cn"
|
||||
):
|
||||
"""download cn qlib data from remote
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user