Skip to content

Commit 6302101

Browse files
authored
Update README.md's dataset
1 parent f79a0ee commit 6302101

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,20 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor
175175
**Tips for Mac**: If you are using Mac with M1, you might encounter issues in building the wheel for LightGBM, which is due to missing dependencies from OpenMP. To solve the problem, install openmp first with ``brew install libomp`` and then run ``pip install .`` to build it successfully.
176176
177177
## Data Preparation
178+
❗ Due to more restrict data security policy. The offical dataset is disabled temporarily. You can try [this data source](https://github.com/chenditc/investment_data/releases) contributed by the community.
179+
Here is an example to download the data updated on 20220720.
180+
```bash
181+
wget https://github.com/chenditc/investment_data/releases/download/20220720/qlib_bin.tar.gz
182+
mkdir -p ~/.qlib/qlib_data/cn_data
183+
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=2
184+
rm -f qlib_bin.tar.gz
185+
```
186+
187+
The official dataset below will resume in short future.
188+
189+
190+
----
191+
178192
Load and prepare data by running the following code:
179193
180194
### Get with module

0 commit comments

Comments
 (0)