-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs and add Python 3.9 CI #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check if the plot in workflow_by_code.ipynb
looks good? @Derek-Wds
Some of the figures look good to me, except for the last one (model performance) though. Some errors occurred related to I guess we have to wait for a while until they fix the bugs. 😅 |
@@ -69,14 +69,28 @@ Here is a quick **[demo](https://terminalizer.com/view/3f24561a4470)** shows how | |||
|
|||
## Installation | |||
|
|||
Users can easily install ``Qlib`` by pip according to the following command(Currently, Qlib only support Python 3.6, 3.7 and 3.8). | |||
This table demonstrates the supported Python version of `Qlib`: | |||
| | install with pip | install from source | plot | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make more explanation about plot
Only the report plotting in Analyser in jupyter notebook is not supported
Description
Update the docs related to the issues #156, #170.
Motivation and Context
How Has This Been Tested?
pytest qlib/tests/test_all_pipeline.py
under upper directory ofqlib
.Screenshots of Test Results (if appropriate):
Types of changes