slundberg / SimplePlotPerf.jl

A collection of performance plotting routines based on SimplePlot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A collection of performance plotting routines based on SimplePlot.

License:Other


Languages

Language:Julia 100.0%