зеркало из https://github.com/microsoft/qlib.git
change weight data download url (#1812)
This commit is contained in:
Родитель
47bd13295b
Коммит
33482047dc
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Загрузка…
Ссылка в новой задаче