ModelOriented / kernelshap

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

Remove ks_extract() #73

Closed mayer79 closed 1 year ago

mayer79 commented 1 year ago

I am proposing to remove the ks_extract() function. It allows to extract objects like S from a kernelshap object x. However, the usual extractors x$S or x[["S"]] will suffice.

mayer79 commented 1 year ago

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