Dear all,
I have tried to do prediction using SVM. I use RBF kernel and epsilon-SVR, also I tried nu-SVR, as SVM type.
However, the results seem misleading. Most of predicted values are similar though they come from different attribute values.
In my dataset, I have three nominal attributes. I convert them, using "Nominal to Numerical", into numerical since SVM only support this attribute type. I also tried to convert them, using weka, into binary attributes, but there was no change to the final results.
Actually there are two other textual attributes, previoulsy I have included them as numeric one ( I convert into wordVector), but I still got the same results.
Here is the detailed result:
http://dl.dropbox.com/u/2902679/out_svm.pdfAnd here is the process:
http://dl.dropbox.com/u/2902679/process.pdfCan anyone help me to fix this problem?
Another question: in "Set Role" node, there is option to set "target role". One of the possible value is "prediction". What is the purpose of this value? Should I use it for prediction? In this case, I only set it to "label".
Thanks in advance.