How to generate a ROC curve for a dataset?
1
0
Entering edit mode
6.5 years ago
Honey ▴ 20

I would like to generate a ROC curve for my dataset containing two classes(A,B) The data-set has around 16000 columns and 60 rows. And the last column Class represents the class of the variables.

Now do I need to iterate the whole code 10 times(since i m doing 10 cross validation) to generate 10 different confusion matrix, and based on that I can draw ROC curve on to check the performance of training and test data??

R ROC machine-learning SVM • 3.2k views
ADD COMMENT
1
Entering edit mode

I think this question should be asked on StackOverflow.

ADD REPLY
1
Entering edit mode
6.5 years ago
moxu ▴ 510

You can generate 10 ROC curves with 10 AUC scores. AUC scores can be compared easily.

ADD COMMENT

Login before adding your answer.

Traffic: 2077 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6