Tyler Adkins
Tyler Adkins
Same problem here. I tried installing with `pip install shap` and `pip install git+https://github.com/slundberg/[email protected]`. Either way, when I run the code: ``` explainer = shap.GPUTreeExplainer(classifier) shap_values = explainer.shap_values(X) ``` I...
@davidmacar no I did not solve, just moved on
Thank you for your detailed and helpful response. This is a multi-class classification problem and the number of classes is extremely large (~5k). The target array is 1D with values...