Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cossio/roccurves.jl


https://github.com/cossio/roccurves.jl

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# ROCCurves

A simple and lightweight implementation of [ROC (Receiver operating characteristic)](https://en.wikipedia.org/wiki/Receiver_operating_characteristic) curves in Julia.

Exports the functions: `roc`, `auc`, `auc_roc` and `confusion_matrix`.
See their doc-strings for details, and the `example.jl` file for an usage example.

For a more full-featured implementation see https://github.com/davidavdav/ROCAnalysis.jl.