I am trying to classify an ARFF file where the first 15000 instances have all attributes set, and the final 1000 instances are missing the last attribute (attribute is set to unknown "?").
I want to classify those missing data and export them so that the missing attributes are set (in the same format as the input).
I tried to use Weka Explorer but I couldn't figure out how to manage what I am looking for.
Can anybody help?