I have a .csv file which consists of 10 columns. The first 9 are related to the properties of a particular item, while the 10th column has the "Class" which states which item it is.
I am trying to run the following classifiers -
- Naive Bayes
- ZeroR
- IBK
- Neural Network
I am having some trouble trying to proceed. I am supposed to divide my data such that - First half is to be trained and test the results using the second half of the data.
I begin with going to the "Explorer" and opening the .csv file. I select all the attributes, including "CLASS' and then go to the classify tab.
From there, I select the "Percentage Split" as 50% and simply "Start" the different classifiers (as mentioned before).
So these are the questions -
- Is the right method?
- Do I need to include the "CLASS" column as an attribute too?
- What kind of modifications can I do in the GUI to improve the test results for the classifiers without changing the data? I am trying to understand the working of these algorithms w.r.t WEKA as well and so want to try different things.
Can anyone help me with this?
Thanks!