Open
Description
Currently KernelSHAP
computes the classification label using an argmax
:
alibi/alibi/explainers/shap_wrappers.py
Line 837 in 7d73473
However, some binary classification models only output one scalar (e.g. score or probability of first class) in which case this would not work. The solution is already in the TreeSHAP PR (#206) so once that is merged we can update KernelSHAP.