Skip to content

Commit 4c33b6a

Browse files
authored
Merge pull request #273 from yg79/docs/quality-metrics-readme
Docs/Update Readme for 1.6.0 release
2 parents 13a5b6f + ea0e539 commit 4c33b6a

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

README.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<a href="https://img.shields.io/pypi/v/shapash">
1313
<img src="https://img.shields.io/pypi/v/shapash" alt="pypi">
1414
</a>
15-
<!-- Downloads -->
16-
<a href="https://static.pepy.tech/badge/shapash">
17-
<img src="https://static.pepy.tech/badge/shapash" alt="downloads">
18-
</a>
1915
<!-- Python Version -->
2016
<a href="https://img.shields.io/pypi/pyversions/shapash">
2117
<img src="https://img.shields.io/pypi/pyversions/shapash" alt="pyversion">
@@ -34,7 +30,8 @@
3430

3531
| Version | New Feature | Description | Tutorial |
3632
|:-------------:|:-------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------:|:--------:|
37-
| 1.5.x | ACV Backend <br> | A new way of estimating Shapley values using ACV. [More info about ACV here](https://github.com/salimamoukou/acv00). | [<img src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/wheel.png" width="50" title="wheel-acv-backend">](tutorial/explainer/tuto-expl03-Shapash-acv-backend.ipynb) |
33+
| 1.6.x | Explainability Quality Metrics <br> | Evaluate the relevance of your explainability using 3 metrics: **Stability**, **Consistency** and **Compacity** | [<img src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/quality-metrics.png" width="50" title="quality-metrics">](https://github.com/MAIF/shapash/blob/master/tutorial/explainability_quality/tuto-quality01-Builing-confidence-explainability.ipynb) |
34+
| 1.5.x | ACV Backend <br> | A new way of estimating Shapley values using ACV. [More info about ACV here](https://towardsdatascience.com/the-right-way-to-compute-your-shapley-values-cfea30509254). | [<img src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/wheel.png" width="50" title="wheel-acv-backend">](tutorial/explainer/tuto-expl03-Shapash-acv-backend.ipynb) |
3835
| 1.4.x | Groups of features <br> [demo](https://shapash-demo2.ossbymaif.fr/) | You can now regroup features that share common properties together. <br>This option can be useful if your model has a lot of features. | [<img src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/groups_features.gif" width="120" title="groups-features">](https://github.com/MAIF/shapash/blob/master/tutorial/common/tuto-common01-groups_of_features.ipynb) |
3936
| 1.3.x | Shapash Report <br> [demo](https://shapash.readthedocs.io/en/latest/report.html) | A standalone HTML report that constitutes a basis of an audit document. | [<img src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/report-icon.png" width="50" title="shapash-report">](https://github.com/MAIF/shapash/blob/master/tutorial/report/tuto-shapash-report01.ipynb) |
4037

@@ -55,14 +52,26 @@ Shapash also contributes to data science auditing by displaying usefull informat
5552
- [Model auditability - Towards DS](https://towardsdatascience.com/shapash-1-3-2-announcing-new-features-for-more-auditable-ai-64a6db71c919)
5653
- [Group of features - Towards AI](https://pub.towardsai.net/machine-learning-6011d5d9a444)
5754

55+
## 🤝 Contributors
56+
57+
<div align="left">
58+
<div style="display: flex; align-items: flex-start;">
59+
<img align=middle src="https://github.com/MAIF/shapash/blob/master/docs/_static/logo_maif.png" width="18%"/>
60+
<img align=middle src="https://github.com/MAIF/shapash/blob/master/docs/_static/logo_quantmetry.png" width="18%" />
61+
<img align=middle src="https://github.com/MAIF/shapash/blob/master/docs/_static/logo_societe_generale.png" width="18%" />
62+
<img align=middle src="https://github.com/MAIF/shapash/blob/master/docs/_static/logo_groupe_vyv.png" width="18%" />
63+
</div>
64+
</div>
65+
66+
5867
## 🏆 Awards
5968

6069
<a href="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/awards-argus-or.png">
61-
<img align="left" src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/awards-argus-or.png" width="130" />
70+
<img align="left" src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/awards-argus-or.png" width="180" />
6271
</a>
6372

6473
<a href="https://www.kdnuggets.com/2021/04/shapash-machine-learning-models-understandable.html">
65-
<img src="https://www.kdnuggets.com/images/tkb-2104-g.png?raw=true" width="50" />
74+
<img src="https://www.kdnuggets.com/images/tkb-2104-g.png?raw=true" width="65" />
6675
</a>
6776

6877

@@ -79,13 +88,13 @@ Shapash also contributes to data science auditing by displaying usefull informat
7988
<p align="center">
8089
<img align="left" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-01.png?raw=true" width="28%" />
8190
<img src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-resize.png?raw=true" width="18%" />
82-
<img align="right" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-09.png?raw=true" width="28%" />
91+
<img align="right" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-13.png?raw=true" width="28%" />
8392
</p>
8493

8594
<p align="center">
86-
<img align="left" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-05.png?raw=true" width="28%" />
95+
<img align="left" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-12.png?raw=true" width="33%" />
8796
<img src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-03.png?raw=true" width="28%" />
88-
<img align="right" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-08.png?raw=true" width="28.5%" />
97+
<img align="right" src="https://github.com/MAIF/shapash/blob/master/docs/_static/shapash-grid-images-10.png?raw=true" width="25%" />
8998
</p>
9099

91100

@@ -99,7 +108,9 @@ Shapash also contributes to data science auditing by displaying usefull informat
99108

100109
- **Summarize and export** the local explanation
101110
> **Shapash** proposes a short and clear local explanation. It allows each user, whatever their Data background, to understand a local prediction of a supervised model thanks to a summarized and explicit explanation
102-
111+
112+
113+
- **Evaluate** the quality of your explainability using different metrics
103114

104115
- Easily share and discuss results with non-Data users
105116

@@ -236,14 +247,12 @@ This github repository offers a lot of tutorials to allow you to start more conc
236247
- [Use **Lime** to compute local explanation, Summarize-it with **Shapash**](tutorial/explainer/tuto-expl02-Shapash-Viz-using-Lime-contributions.ipynb)
237248
- [Use **ACV backend** to compute Active Shapley Values and SDP global importance](tutorial/explainer/tuto-expl03-Shapash-acv-backend.ipynb)
238249

250+
### Evaluate the quality of your explainability
251+
- [Building confidence on explainability methods using **Stability**, **Consistency** and **Compacity** metrics](tutorial/explainability_quality/tuto-quality01-Builing-confidence-explainability.ipynb)
252+
239253
### Generate the Shapash Report
240254
- [Generate a standalone HTML report of your project with generate_report](tutorial/report/tuto-shapash-report01.ipynb)
241255

242256
### Deploy local explainability in production
243257
- [Deploy local explainability in production_with_SmartPredictor](tutorial/predictor/tuto-smartpredictor-introduction-to-SmartPredictor.ipynb)
244258

245-
## 🤝 Contributors
246-
247-
<img align="left" src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/logo_maif.png" width="130" />
248-
<br>
249-
<img align="left" src="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/logo_quantmetry.png" width="130" />

docs/_static/quality-metrics.png

8.91 KB
Loading

0 commit comments

Comments
 (0)