aaronwtr
aaronwtr
Hi @slundberg, First of all, thank you and all your collaborators for the amazing work on OpenSourcing the SHAP module. It has proven very useful for my research! Currently, I...
added an optional data_path parameter that can be used to specify path where the spectra splits can be saved to. If left empty, the folder gets put in the root...
This behavior occurs when the dimensionality of the feature vectors being fed into the KernelExplainer is very large. L1 regularization consequently runs into issues when trying to convert the -inf...
## 🐛 Bug I have written some PyTorch Lightning code for which I am using torchmetrics to evaluate. Locally on my CPU everything works fine. However, when I move my...