Pablo Moreira Gracia

Results 3 issues of Pablo Moreira Gracia

Hi, I'm explaining models loaded on python from weka and I was trying to use the summary_plot with the shap_interaction_values, but when i try to do it: shap_interaction_values = explainer.shap_interaction_values(X.iloc[:,:])...

Hi, I'm using the lib edu.cmu.tetrad on a project, and I did not find a way/function to export the graphs, is there any way to export them on the lib...

I'm trying to plot a waterfall diagram with this explainer: ``` ex = shap.Explanation(shap_values[0], explainer.expected_value, X.iloc[0], columns) shap.waterfall_plot(ex) ``` but I'm getting this error: ``` --------------------------------------------------------------------------- IndexError Traceback (most recent...

stale