Reputation: 1
I'm using Weka explorer now and I want to test my classifier with unlabeled data. People on the internet said I can set the class to '?' in order to do that but it doesn't work. Is that only for command lines? How can I do that in the explorer?
Upvotes: 0
Views: 44
Reputation: 66835
There is no point in having a test case without a label. Setting ? is usefull for training cases, as some methods can infer parameters from unlabeled samples. For testing purposes you have to provide label/value/other indicator of correct answer (depending on type of problem).
Upvotes: 1