0
votes
1answer
82 views

Number of instances or the content of the instances more important (machine learning)?

Say in the document classification domain, if I'm having a dataset of 1000 instances but the instances (documents) are rather of small content; and I'm having another dataset of say 200 instances but ...
0
votes
0answers
143 views

Methodology of train-validation-test split for documents sorted by date+Weka

I'm using Weka's SMO algorithm to classify a big Dataset. My problem is how to split my dataset into train,validation and test chunks? My documents are sorted by date and I'm using Weka's GUI. Could ...