Skip to content

Commit

Permalink
change weight data download url (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Jun 21, 2024
1 parent 47bd132 commit 3348204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/portfolio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We use China stock market data for our example.
1. Prepare CSI300 weight:

```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
rm -f csi300_weight.zip
```
Expand Down

0 comments on commit 3348204

Please sign in to comment.