I am really new to WEKA and i am trying to figure out how to do a few things and i was hoping to get some assistance.
Basically what i am trying to accomplish is i have a training set of data (Jan 2012) and a set of data for validation (Jan 2013). I think want to run a J48 classifier,a bayes neural network classifier, and finally run the j48 results through the bayes network classifier.
I want all of these results output backed into preferably a csv that has the original data set and a additional column for the predicted value.
How can i achieve this?
Thanks for your time!
Phil loyer
Basically what i am trying to accomplish is i have a training set of data (Jan 2012) and a set of data for validation (Jan 2013). I think want to run a J48 classifier,a bayes neural network classifier, and finally run the j48 results through the bayes network classifier.
I want all of these results output backed into preferably a csv that has the original data set and a additional column for the predicted value.
How can i achieve this?
Thanks for your time!
Phil loyer