andypatrac

Results 4 comments of andypatrac

Hi @oegedijk , Thanks for the quick response. The shap library does support calculating multi-output shap values. In this case, the shap values is essentially a list of matrices of...

Really appreciate your inputs! This is nice, unfortunately it is currently only available with classifier explainers. I was thinking along the same lines, but with a minor variation of the...

Sure. I'll put together sample dataset of 20-30 rows for multi-output regression along with the snippet code for getting the shap values. In the meantime, I figured using the explainerhub...

Hi @oegedijk, I have attached a sample dataset with 39 data lines, 5 inputs/feature variables (X1-X5) and 2 output variables (Y1-Y2). Listed below is the snippet of the code using...