Skip to content

jamesmcinerney/plot_average_roc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

plot_average_roc

Python method to plot average ROC curves.

It uses the average of linear interpolations of a set of individual ROC curves.

To use, simply call the method plotAve(xss,yss), where xss and yss are both a list of lists containing the corresponding rates of false positives and true positives (respectively).

Requires (and tests for) all ROC curve values in xss and yss being monontonically increasing (though not necessarily ordered).

For fun: test() method to generate set of random ROC curves, then plot the average.

About

Python method to plot average ROC curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages