Displaying 1 result from an estimated 1 matches for "errorinpredict".
2017 Sep 02
0
problem in testing data with e1071 package (SVM Multiclass)
...about the test
data? I didn't find anything for the test data. Then, I thought that
maybe I should test the model with the test data. And I did this:
| >test V1 1sunny 2rainy 3hello 4cloud 5a 6b 7cloud 8d 9e 10f 11g 12hello
>z <-subset(test,select=V1)>pred
<-predict(model,z)Errorinpredict.svm(model,z):test data does notmatch
model !|
What is wrong here? Can you please explain me how can I test new data
using the old train model? For two days I asked everywhere and saw many
websites but didn't find a solution and it's very complicated because I
think that the logic behin...