microsoft / qlib

Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
https://qlib.readthedocs.io/en/latest/
MIT License
14.54k stars 2.53k forks source link

EnhancedIndexingStrategy currently not reproduceable #1782

Open tonduy opened 2 months ago

tonduy commented 2 months ago

🐛 Bug Description

Dear Qlib Team,

Thank you very much for providing this great framework! I am currently trying to test the EnhancedIndexingStrategy and for that I wanted to test it with qrun examples/portfolio/config_enhanced_indexing.yaml. But when trying to follow the respective READMEthe link to get the weight data created by you is unfortunately not working wget http://fintech.msra.cn/stock_data/downloads/csi300_weight.zip.

To Reproduce

Steps to reproduce the behavior:

  1. Run "wget http://fintech.msra.cn/stock_data/downloads/csi300_weight.zip"
  2. Receive error due to unavailability of the side
SunsetWolf commented 1 week ago

Thanks for raising the issue, we've fixed it in PR 1812.