W7 Weka Experimenter
W7 Weka Experimenter
-9 attribute
ii. Which attribute is the class label and what are the possible identified class?
- class(nominal)
iii. What are the data type of each of the attributes in the dataset?
-preg(numeric),plas(numeric),skin(numeric),insu(numeric),mass(numeric),pedi(numeric),age(numeric),
class(nominal)
iv. Go to the the Experiment Type section and set it as Cross Validation. Set the Iteration
Control Section to repeat for 10 times, and set prioritize the data set first.
v. Set the Algorithm section and click the Add New button to add the following algorithms, click
Choose button:
d. Go to Run tab click Start to perform the test for each of the classifier
e. Go to Analyse tab and at Source Section click Experiment button and next at the Action Section
g. Try to change the experiment type to Train/Percentage Split (data Randomize). Run and
Perform the test. Compare the results to the previous experiment. Explain the result.
use (3) three classifiers as follows: ZeroR, OneR and NaiveBayes and compare the results
b. Observe the results shown in the “Classifier output” window for each of the algorithm
applied.
c. How many instances are incorrectly classified?
d. Compare these results with those observed for the each of the classifier in the crossvalidation test
mode.
-ZeroR in classify output is 64% which is lower than its crossvalidation test(70)
- OneR in classify output is 42% which is higher than its crossvalidation test(38)
e. Which classifier, ZeroR, J48 or NaiveBayes, shows a better prediction performance for the
f. Try use training /Percentage split for the experiment type. Perform the test and explain if