Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhupr committed Sep 24, 2020
1 parent 0895cf5 commit be37ca5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div style="align: center">
<img src="docs/_static/img/logo/white_bg_rec+word.png" />
<img src="http://fintech.msra.cn/images/logo/white_bg_rec+word.png" />
</div>


Expand All @@ -26,7 +26,7 @@ For more details, please refer to our paper ["Qlib: An AI-oriented Quantitative

# Framework of Qlib
<div style="align: center">
<img src="docs/_static/img/framework.png" />
<img src="http://fintech.msra.cn/images/framework.png" />
</div>


Expand Down Expand Up @@ -137,15 +137,15 @@ Qlib provides a tool named `Estimator` to run the whole workflow automatically (
2. Graphical Reports Analysis: Run `examples/estimator/analyze_from_estimator.ipynb` with `jupyter notebook` to get graphical reports
- Forecasting signal (model prediction) analysis
- Cumulative Return of groups
![Cumulative Return](docs/_static/img/analysis/analysis_model_cumulative_return.png)
![Cumulative Return](http://fintech.msra.cn/images/analysis/analysis_model_cumulative_return.png)
- Return distribution
![long_short](docs/_static/img/analysis/analysis_model_long_short.png)
![long_short](http://fintech.msra.cn/images/analysis/analysis_model_long_short.png)
- Information Coefficient (IC)
![Information Coefficient](docs/_static/img/analysis/analysis_model_IC.png)
![Monthly IC](docs/_static/img/analysis/analysis_model_monthly_IC.png)
![IC](docs/_static/img/analysis/analysis_model_NDQ.png)
![Information Coefficient](http://fintech.msra.cn/images/analysis/analysis_model_IC.png)
![Monthly IC](http://fintech.msra.cn/images/analysis/analysis_model_monthly_IC.png)
![IC](http://fintech.msra.cn/images/analysis/analysis_model_NDQ.png)
- Auto Correlation of forecasting signal (model prediction)
![Auto Correlation](docs/_static/img/analysis/analysis_model_auto_correlation.png)
![Auto Correlation](http://fintech.msra.cn/images/analysis/analysis_model_auto_correlation.png)


- Portfolio analysis
Expand Down

0 comments on commit be37ca5

Please sign in to comment.