ModelOriented / shapviz

SHAP Plots in R
https://modeloriented.github.io/shapviz/
GNU General Public License v2.0
80 stars 14 forks source link

SHAP aggregates #71

Closed mayer79 closed 1 year ago

mayer79 commented 1 year ago

Like SHAP aggregate value in {DALEX},

should be able to act on multiple observations. In this case, their SHAP values and predictions would be averaged. Feature values would be shown only if unique.

mayer79 commented 1 year ago

Implemented in https://github.com/ModelOriented/shapviz/pull/72