Hello
,Thank you for the tutorial. Unfortunately, I have an error when I try to run the "KSVM" part. I used the same files, like you.
The error is :
df.model<-ksvm(corpus~., data= df.train, kernel="rbfdot")
Error in .local(x, ...) :No Support Vectors found. You may want to change your parameters
Hello ,Thank you for the tutorial. Unfortunately, I have an error when I try to run the "KSVM" part. I used the same files, like you.
The error is :
df.model<-ksvm(corpus~.,
data= df.train,kernel="rbfdot")
Error in .local(x, ...) :No Support Vectors found. You may want to change your parametersDo you have any idea where is the problem?
Thank you.