shapper icon indicating copy to clipboard operation
shapper copied to clipboard

An R wrapper of SHAP python library

Results 15 shapper issues
Sort by recently updated
recently updated
newest added

Hi, In linux suse SLES 15 sp1 set up, I already had created a virtual environment and installed R and tensorflow . I had a tensorflow model and I could...

Hey there! Nice package! I'm primarily a python user, but many of my colleagues would find this useful. Will there be support for the visualization modules introduced in the original...

I implemented the calculation of [SHAP feature importance](https://christophm.github.io/interpretable-ml-book/shap.html#shap-feature-importance) values in the "shap_feature_importance()" function. Docs were updated accordingly. How it works: SHAP values are calculated for each instance of the given...

When running the following example from the shapper regression vignette on CRAN: `library("shapper") ive_rf

Hi there, is there any elaborated way to obtain SHAP Feature Importance using shapper? Reading this https://christophm.github.io/interpretable-ml-book/shap.html#shap-feature-importance ...I would guess, doing a loop over "shapper::individual_variable_effect" and mean() the results of...