I m using Weka 3.7 to get some ROC Area value and PRC Area value by using HMM Classifier of Naive Bayes.
For multiple csv files, I always get 0.500 for ROC area values and multiple different PRC area values. Which value (ROC or PRC) is more important for HMM ?
Although I change the parameters of HMM classifier, I always get 0.500 for different csv files. Why Do I always get 0.500 for ROC Area value?
a ROC AUC of 50% means the classifier is as accurate as a coin-toss. Something's not working or broken.