Class prediction of unlabeled data using WEKA

[email protected]
Newsgroups gmane.comp.ai.weka
Message-ID <162321110669.40886.1503203075402936858@sys-mailman-prd.its.waikato.ac.nz>
I am using WEKA GUI (3.8.5) for my classification task. I have built several classification models that classify each instance to 0 or 1.

The training set consists of 791 instances for class 1 and 18939 instances for class 0.
The test set consists of 993 instances for class 1 and 3939 instances for class 0.
MCC values of training and test set are above 0.95 for all classification models.

After saving the models, I have loaded them to make predictions for unlabeled data with 84656 instances.

I followed the steps below:

1. prepare unlabeled test data with notepad: insert '?' in class labels
2. load train data in preprocess window
3. load a saved model in result list in classify window
4. load unlabeled test data on supplied test set
5. click 'more options' and choose 'Plaintext' for the output predictions
6. click 're-evaluate model on current test set'

However, as the result, all models predicted all instances in unlabeled test data as class 1. 
In summary section, all instances were positioned in 'ignored class unknown instances.
Is the model simply overfitted to the training data? or is it due to some kind of mistakes in my workflow?
_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.