To test instances, instances must have class labels. Even if you provide class labels, when classifying with a built-in model, Weka does not see the class labels of the test instance. Rather, after testing, it matches whether the prediction about the class of the test instance is correct. If you have shortcuts in the training instances (which you must have), and not on the test instances, then you will receive an error message like "training and testing kits are incompatible." Thanks.
source share