svc

shap : SystemError: initialization of _internal failed without raising an exception

shap : SystemError: initialization of _internal failed without raising an exception Question: I am using a SVC to predict a target. I am tryring to use shap to get features importance. but it fails. here is my simple code that I copied from the official doc of shap : import shap svc_linear = SVC(C=1.2, probability=True) …

Total answers: 2