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

Linear gaussian explainer #372

Open martinju opened 8 months ago

martinju commented 8 months ago

Adds two user-functions: explain_lingaussand explain_lingauss_precomputed(). These allows fast computation of Shapley values for purely linear models (i.e. no interactions, quadratic terms etc) under the assumption of a Gaussian distribution for the features.

TODO