DataResponsibly / ShaRP

Implementation of the algorithm proposed in the paper "ShaRP: Explaining Rankings with Shapley Values", by Pliatsika et al.
MIT License
0 stars 0 forks source link

Refactor code for Waterfall chart #10

Open joaopfonseca opened 10 months ago

joaopfonseca commented 10 months ago

Describe the issue.

The code used is heavily recycling code from the SHAP library. However, it doesn't always output well-formatted plots and it's not easy to customize. Reproducing this visualization as a more customizable version shouldn't be particularly difficult.