mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 14:26:56 +08:00
Compare commits
1 Commits
4933fcefc4
...
fix_get_we
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d8aca7723 |
@@ -20,7 +20,7 @@ We use China stock market data for our example.
|
|||||||
1. Prepare CSI300 weight:
|
1. Prepare CSI300 weight:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget http://fintech.msra.cn/stock_data/downloads/csi300_weight.zip
|
wget https://github.com/SunsetWolf/qlib_dataset/releases/download/v0/csi300_weight.zip
|
||||||
unzip -d ~/.qlib/qlib_data/cn_data csi300_weight.zip
|
unzip -d ~/.qlib/qlib_data/cn_data csi300_weight.zip
|
||||||
rm -f csi300_weight.zip
|
rm -f csi300_weight.zip
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user