Ori Katz
Results
1
comments of
Ori Katz
Hello, I try to calculate SHAP values in probabilities with shap.LinearExplainer, but it doesn't seem to work. The code: `explainer = shap.LinearExplainer(model, data, model_output = "probability")` This just provides log-odds...