Closed mayer79 closed 1 year ago
Like SHAP aggregate value in {DALEX},
sv_waterfall()
sv_force()
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.
Implemented in https://github.com/ModelOriented/shapviz/pull/72
Like SHAP aggregate value in {DALEX},
sv_waterfall()
sv_force()
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.