ROCAnalysis.jl icon indicating copy to clipboard operation
ROCAnalysis.jl copied to clipboard

Feature Request: ROC curve averaging

Open diegozea opened this issue 10 years ago • 2 comments

Would be great to have some ROC curve averaging like ROCR.

diegozea avatar Nov 04 '15 00:11 diegozea

Thanks for the paper. I think Fawcett's ideas originally inspired us to implement the ROC-CH.

As for averaging, you can do this at the level of scores of course, but this assumes equal sample sizes. A better way is to weight the scores inversely proportional to their relative frequency among the different sets. I've implemented that before in an R package.

Fawcett's Vertical averaging doesn't make any sense to me.

davidavdav avatar Nov 04 '15 07:11 davidavdav

Was this added by any chance?

cossio avatar Apr 28 '22 10:04 cossio