Why am I getting a 1.000 ROC area value even when I don't have 100% of accuracy

一笑奈何 提交于 2019-12-12 03:49:18

问题


I am using Weka as a classifier, and it has worked great for me so far. However, in my last test, I got a 1.000 ROC area value (which, if i remember correctly, represents a perfect classification) without having 100% of accuracy, as can be seen in the Confusion Matrix in the Figure.

My question is: Am I interpreting the results incorrectly or am I getting wrong results (maybe the classifier I am using is badly programmed, although I don't think it's likely)?

Classification output

Thank You!


回答1:


The accuracy is measured at one specific threshold, typically 0.5. If the AUC is 1, it means that you have an other threshold with perfect classification, in your case I would guess a lower one.



来源:https://stackoverflow.com/questions/39145083/why-am-i-getting-a-1-000-roc-area-value-even-when-i-dont-have-100-of-accuracy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!