You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1.4.x | Groups of features <br> [demo]()| You can now regroup features that share common properties together. <br>This option can be useful if your model has a lot of features. |[<imgsrc="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)|
38
+
| 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. |[<imgsrc="https://raw.githubusercontent.com/MAIF/shapash/master/docs/_static/report-icon.png"width="8%"title="shapash-report">](https://github.com/MAIF/shapash/blob/master/tutorial/report/tuto-shapash-report01.ipynb)|
33
39
34
-
🎉 **We just released Shapash 1.3.2 that includes the generation of a standalone HTML report that constitutes a basis of an audit document. [See an example here](https://shapash.readthedocs.io/en/latest/report.html) that was generated [using this tutorial.](https://github.com/MAIF/shapash/blob/master/tutorial/report/tuto-shapash-report01.ipynb)** 🎉
35
40
36
41
## 🔍 Overview
37
42
@@ -44,18 +49,22 @@ Shapash also contributes to data science auditing by displaying usefull informat
Shapash is intended to work with Python versions 3.6 to 3.8. Installation can be done with pip:
129
+
Shapash is intended to work with Python versions 3.6 to 3.9. Installation can be done with pip:
121
130
122
131
```
123
132
pip install shapash
124
133
```
125
134
135
+
In order to generate the Shapash Report some extra requirements are needed.
136
+
You can install these using the following command :
137
+
```
138
+
pip install shapash[report]
139
+
```
140
+
141
+
If you encounter **compatibility issues** you may check the corresponding section in the Shapash documentation [here](https://shapash.readthedocs.io/en/latest/installation-instructions/index.html).
142
+
126
143
## 🕐 Quickstart
127
144
128
145
The 4 steps to display results:
@@ -195,6 +212,7 @@ This github repository offers a lot of tutorials to allow you to start more conc
195
212
-[Launch the webapp with a concrete use case](tutorial/tutorial01-Shapash-Overview-Launch-WebApp.ipynb)
196
213
-[Jupyter Overviews - The main outputs and methods available with the SmartExplainer object](tutorial/tutorial02-Shapash-overview-in-Jupyter.ipynb)
197
214
-[Shapash in production: From model training to deployment (API or Batch Mode)](tutorial/tutorial03-Shapash-overview-model-in-production.ipynb)
215
+
-[Use groups of features](tutorial/common/tuto-common01-groups_of_features.ipynb)
198
216
199
217
### More details about charts and plots
200
218
-[**Shapash** Features Importance](tutorial/plot/tuto-plot03-features-importance.ipynb)
0 commit comments