1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 19:10:58 +08:00

update 1min docs

This commit is contained in:
zhupr
2021-02-02 17:25:31 +08:00
committed by you-n-g
parent 06158fb621
commit fc1431cd4e
4 changed files with 54 additions and 16 deletions

View File

@@ -48,8 +48,12 @@ Qlib Format Dataset
.. code-block:: bash
# download 1d
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
# download 1min
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/qlib_cn_1min --region cn --interval 1min
In addition to China-Stock data, ``Qlib`` also includes a US-Stock dataset, which can be downloaded with the following command:
.. code-block:: bash