amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`
http://amices.org/ggmice
GNU General Public License v3.0
31 stars 9 forks source link

Research row-level statistics e.g. Shepley #129

Closed hanneoberman closed 11 months ago

pepijnvink commented 11 months ago

The Shapley value is a model agnostic measure that indicates the contribution of a particular variable to a case's prediction. It requires a sampling procedure for each case for each feature. Because they indicate row-specific contribution of a feature, an application of Shapley values to imputation models is not (yet) obvious. More information is in e.g. this gitbook.

hanneoberman commented 11 months ago

Thank you!