classifier-measures 0.4.3

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

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