Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cossio/roccurves.jl
https://github.com/cossio/roccurves.jl
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cossio/roccurves.jl
- Owner: cossio
- License: mit
- Created: 2020-05-08T20:52:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T18:55:07.000Z (7 months ago)
- Last Synced: 2024-08-09T10:39:06.696Z (3 months ago)
- Language: Julia
- Size: 19.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.