Hi
I am trying to use SVM algorithm for a classification problem, I'd like to get importance values of each variable on the fitted function using (PDP package). I have the graph, but don't have the value, to see how percentage is the contribution of each variable in the fitted function?
I appreciate for any help on this question.
Here is the code:
data2 = read.csv(file.choose())
pima.svm