qlib
qlib copied to clipboard
Simplify the command to download the data
🌟 Feature Description
Currently, user should use the following command to download the data.

This requires the following steps.
- Install Qlib
- clone the source code of Qlib
- Run the script to download the data
This can be simplified by integrating the downloading script into a Qlib module. So users can download data with only two steps
- Install Qlib
- Run qlib module to download data like this
python -m qlib.XXX.get_data qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
I tried this. Is this correct implementation what you intended?
Yes! It is merged now!