ModelOriented / kernelshap

Different SHAP algorithms
https://modeloriented.github.io/kernelshap/
GNU General Public License v2.0
39 stars 7 forks source link

Naming of multiresponse models #94

Closed mayer79 closed 1 year ago

mayer79 commented 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.

mayer79 commented 1 year ago

Implemented in https://github.com/ModelOriented/kernelshap/pull/95