/SimplePlotPerf.jl

A collection of performance plotting routines based on SimplePlot.

Primary LanguageJuliaOtherNOASSERTION

SimplePlotPerf

Build Status

A collection of performance plotting routines based on SimplePlot.

Example

prplot([
    ("Method 1", scores1),
    ("Method 2", scores2)
], labels)
x,y = precisionrecall(sortedLabels)
SimplePliotPerf.area_under_curve(x,y)