baseline / Kronos /qlib /scripts /get_data.py
humblman's picture
Upload folder using huggingface_hub (part 5)
ab8be8f verified
Raw
History Blame Contribute Delete
175 Bytes
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
import fire
from qlib.tests.data import GetData
if __name__ == "__main__":
fire.Fire(GetData)