NorskRegnesentral / shapr

Explaining the output of machine learning models with more accurately estimated Shapley values
https://norskregnesentral.github.io/shapr/
Other
141 stars 33 forks source link

Permutation shap sampling estimation + paired sampling #368

Closed martinju closed 6 months ago

martinju commented 9 months ago

Just a brute force implemention with a basic testing script, to see how it works out.

Based on this small tesst, paired sampling is much better. Permutation seems to be essentially the same as the kernel approach.

TODO: