shapash icon indicating copy to clipboard operation
shapash copied to clipboard

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

Open guillaume-vignal opened this issue 11 months ago • 0 comments

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)

guillaume-vignal avatar Mar 08 '24 14:03 guillaume-vignal