7 releases
Uses old Rust 2015
0.4.3 | Sep 22, 2017 |
---|---|
0.4.2 | Aug 20, 2017 |
0.4.1 | Jul 27, 2017 |
0.3.2 | Jul 27, 2017 |
#4 in #roc
112 downloads per month
12KB
168 lines
classifier-measures
Rust library to measure classifier's performance using Receiver Operating Characteristic (ROC) and Precision-Recall (PR) curves.
The curves themselves can be computed as well as (trapezoidal) areas under the curves (AUC).
A simple example is available here.
lib.rs
:
Measure classifier's performance using Receiver Operating Characteristic (ROC) and Precision-Recall (PR) curves.
The curves themselves can be computed as well as trapezoidal areas under the curves.
Dependencies
~240KB