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
15.41k stars 2.63k forks source link

Add CI for jupyter notebook example `workflow_by_code.ipynb` #1278

Open you-n-g opened 2 years ago

you-n-g commented 2 years ago

🌟 Feature Description

CI that it can't detect the errors in the report. So I think it would be better to add such a check in our CI. (It may be some command like jupyter nbconvert workflow_by_code.ipynb)

Please refer to this comment. https://github.com/microsoft/qlib/pull/1267#issuecomment-1230072848

Motivation

  1. Application scenario
  2. Related works (Papers, Github repos etc.):
  3. Any other relevant and important information:

Alternatives

Additional Notes

mohitsaxenaknoldus commented 2 years ago

Hey, can I work on this?

MariaMozgunova commented 1 year ago

Hi @you-n-g

Can I take this issue?

Fivele-Li commented 1 year ago

Sorry for the late reply @mohitsaxenaknoldus. I think you can collaborate with @MariaMozgunova to complete this feature. As far as I know, there are several places in the .ipynb files that need to be manually fixed to pass CI.