#pr #classifier #roc #auc

classifier-measures

Receiver Operating Characteristic (ROC) and Precision-Recall curve (PR) computation

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

Download history 4/week @ 2024-01-17 22/week @ 2024-01-24 19/week @ 2024-01-31 16/week @ 2024-02-07 27/week @ 2024-02-14 57/week @ 2024-02-21 31/week @ 2024-02-28 39/week @ 2024-03-06 42/week @ 2024-03-13 19/week @ 2024-03-20 28/week @ 2024-03-27 44/week @ 2024-04-03 37/week @ 2024-04-10 46/week @ 2024-04-17 41/week @ 2024-04-24 26/week @ 2024-05-01

151 downloads per month

MIT license

12KB
168 lines

classifier-measures

crates.io version Documentation Build Status

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.

Documentation


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