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

Update setup

This commit is contained in:
Jactus
2020-12-04 10:47:20 +08:00
parent f237a344c3
commit 07fb9031c6
2 changed files with 7 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ def gen_and_save_md_table(metrics):
# function to run the all the models
@only_allow_defined_args
def run(times=1, models=None, dataset='Alpha360', exclude=False):
def run(times=1, models=None, dataset="Alpha360", exclude=False):
"""
Please be aware that this function can only work under Linux. MacOS and Windows will be supported in the future.
Any PR to enhance this method is highly welcomed.