In R : After I got my binary classification SVM model using package e1071. I am trying to get local explanations using R LIME package but this error : Error in glm.fit(x = x_fit, y = y, weights = weights, family = gaussian()) : NAs in V(mu) after running the explain() function.
Hello,
In R : After I got my binary classification SVM model using package e1071. I am trying to get local explanations using R LIME package but this error :
Error in glm.fit(x = x_fit, y = y, weights = weights, family = gaussian()) : NAs in V(mu)
after running the explain() function.Here is the code :
Can you please provide me any help ?
More informations can be found : https://stackoverflow.com/questions/58312042/svm-lime-error-in-glm-fitx-x-fit-y-y-weights-weights-family-gaus
Best regards, thank you.