MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
https://maif.github.io/shapash/
Apache License 2.0
2.71k stars 329 forks source link

Add parameter to customize the report for the number of points into plots #532

Closed guillaume-vignal closed 2 months ago

guillaume-vignal commented 5 months ago

By default in the report we have only 200 points into the different plots (in order to have a "light" report in terms of size). In our case to be able to see every modalities in the contribution plot we need to have more points (500 points).

fig = self.explainer.plot.contribution_plot(feature, label=label, max_points=200)