mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
Add simplified download command (#1234)
* Simplify the download command(microsoft#1232) * Update simplified download instruction
This commit is contained in:
9
qlib/run/get_data.py
Normal file
9
qlib/run/get_data.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
import fire
|
||||
from qlib.tests.data import GetData
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
fire.Fire(GetData)
|
||||
Reference in New Issue
Block a user