Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potocpav/classifier-measures
Rust library for ROC and PR computation
https://github.com/potocpav/classifier-measures
Last synced: 2 months ago
JSON representation
Rust library for ROC and PR computation
- Host: GitHub
- URL: https://github.com/potocpav/classifier-measures
- Owner: potocpav
- Created: 2017-07-27T13:53:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T20:36:04.000Z (over 7 years ago)
- Last Synced: 2024-10-07T01:35:29.357Z (3 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# classifier-measures
[![crates.io version](https://img.shields.io/crates/v/classifier-measures.svg)](https://crates.io/crates/classifier-measures) [![Documentation](https://docs.rs/classifier-measures/badge.svg)](https://docs.rs/classifier-measures/) [![Build Status](https://travis-ci.org/potocpav/classifier-measures.svg?branch=master)](https://travis-ci.org/potocpav/classifier-measures)
Rust library to measure classifier's performance using [Receiver Operating
Characteristic](https://en.wikipedia.org/wiki/Receiver_operating_characteristic)
(ROC) and [Precision-Recall](https://en.wikipedia.org/wiki/Precision_and_recall)
(PR) curves.The curves themselves can be computed as well as (trapezoidal) areas under the curves (AUC).
A simple example [is available here](https://github.com/potocpav/classifier-measures/tree/master/examples/example.rs).
[Documentation](https://docs.rs/classifier-measures/)