#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 3/week @ 2023-11-20 10/week @ 2024-01-15 1/week @ 2024-01-22 38/week @ 2024-01-29 4/week @ 2024-02-05 19/week @ 2024-02-12 56/week @ 2024-02-19 32/week @ 2024-02-26 37/week @ 2024-03-04

144 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

~245KB