Hello
i am new to weka classification so i wanted to ask if these results are good or not and if there is class imbalance also. i am getting following results from 10 fold cross validation using weka -
=== Stratified cross-validation ===
=== Summary ===
Correctly Classified Instances 338 (83.4568 %)
Incorrectly Classified Instances 67 (16.5432 %)
Kappa statistic 0.359
Mean absolute error 0.1654
Root mean squared error 0.4053
Relative absolute error 70.02 %
Root relative squared error 118.3005 %
Total Number of Instances 405
=== Detailed Accuracy By Class ===
TP Rate FP Rate Precision Recall F-Measure MCC ROC Area PRC Area Class
0.886 0.491 0.920 0.886 0.902 0.362 0.727 0.924 classA
0.509 0.114 0.412 0.509 0.455 0.362 0.766 0.350 classB
Weighted Avg. 0.835 0.440 0.851 0.835 0.842 0.362 0.732 0.846
=== Confusion Matrix ===
a b <-- classified as
310 40 | a = classA
27 28 | b = classB
thank you.