Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I'm using 2 kind of logistic regression - one is the simple type, for binary classification, and the other is ordinal logistic regression. For calculating the accuracy of the first, I used cross-validation, where I computed the AUC for each fold and than calculated the mean AUC. How can I do it for the ordinal logistic regression? I've heard about generalized ROC for multi-class predictors, but I'm not sure how to compute it.

Thanks!

share|improve this question
1  
not AUC but related: on micro/macro precision-recall curves at stats.stackexchange.com/questions/21551/… – Yevgeny Mar 9 '12 at 17:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.