SIGN IN SIGN UP
microsoft / qlib UNCLAIMED

Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring ideas to implementing productions. Qlib supports diverse ML modeling paradigms, including supervised learning, market dynamics modeling, and RL, and is now equipped with https://github.com/microsoft/RD-Agent to automate R&D process.

0 0 0 Python
2020-09-22 01:43:21 +00:00
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
2020-12-20 23:07:09 +08:00
2020-09-22 01:43:21 +00:00
import fire
2020-12-03 14:51:21 +00:00
from qlib.tests.data import GetData
2020-09-22 01:43:21 +00:00
if __name__ == "__main__":
fire.Fire(GetData)