#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 45/week @ 2024-04-06 43/week @ 2024-04-13 48/week @ 2024-04-20 43/week @ 2024-04-27 13/week @ 2024-05-04 23/week @ 2024-05-11 21/week @ 2024-05-18 22/week @ 2024-05-25 33/week @ 2024-06-01 39/week @ 2024-06-08 35/week @ 2024-06-15 9/week @ 2024-06-22 39/week @ 2024-06-29 14/week @ 2024-07-06 10/week @ 2024-07-13 48/week @ 2024-07-20

112 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