Closed mayer79 closed 1 year ago
The result of kernelshap() applied to a multiresponse model containts an unnamed list S of shap values. It would be nice if the elements would be named according to the prediction function output. Similar for SE.
kernelshap()
S
SE
Implemented in https://github.com/ModelOriented/kernelshap/pull/95
The result of
kernelshap()
applied to a multiresponse model containts an unnamed listS
of shap values. It would be nice if the elements would be named according to the prediction function output. Similar forSE
.