What should i do for this error? My code is :
library(e1071) library(hydroGOF) donnees <- read.csv("F:/new work with shahab/Code-SVR/SVR/MainData.csv&
I had the same problem. I solve it when I convert string to factor. In your case, check the class of variable and check if they are numeric and 'train and test' should be factor.