Skip to content
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

Merged
merged 4 commits into from
Jan 13, 2021
Merged

Update docs and add Python 3.9 CI #178

merged 4 commits into from
Jan 13, 2021

Conversation

Derek-Wds
Copy link
Contributor

Description

Update the docs related to the issues #156, #170.

Motivation and Context

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

Copy link
Collaborator

@you-n-g you-n-g left a 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

@Derek-Wds
Copy link
Contributor Author

Some of the figures look good to me, except for the last one (model performance) though. Some errors occurred related to plotly, and it seems that they are not preparing to solve it in the near future (link). This might be some features that are changed in the latest matplotlib release but with no decent API for downstream packages, which causes those packages have late updates.

I guess we have to wait for a while until they fix the bugs. 😅

@Derek-Wds Derek-Wds changed the title Update docs and support Python 3.9 Update docs and add Python 3.9 CI Jan 13, 2021
@@ -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 |
Copy link
Collaborator

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

@you-n-g you-n-g merged commit b348907 into microsoft:main Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants