"Error in: Learner (LibSVMLearner)"
When I try to run the FeatureSelection.xml, i encountered the following error:
Error in: Learner (LibSVMLearner)
The label attribute (label) must be nominal for C-SVC
Certain learning schemes and algorithms require the label attribute to be nominal. In that case we say that the learning task is classification. Decision trees (ID3, J48, C4.5) are an example of classification learners.
I did not modify anything on thie script, and it is actually adapted from the tutorial guide. Can anyone here help me on this?
Thanks.
Error in: Learner (LibSVMLearner)
The label attribute (label) must be nominal for C-SVC
Certain learning schemes and algorithms require the label attribute to be nominal. In that case we say that the learning task is classification. Decision trees (ID3, J48, C4.5) are an example of classification learners.
I did not modify anything on thie script, and it is actually adapted from the tutorial guide. Can anyone here help me on this?
Thanks.

Tagged:
0
Answers
Let me try with your sample and see if I get the same error..
thanks