1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

change weight data download url

This commit is contained in:
Linlang
2024-06-21 12:38:47 +08:00
parent 47bd13295b
commit 3d8aca7723

View File

@@ -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
``` ```