package prc

  1. Overview
  2. Docs
Utilities for precision-recall curves

Install

Dune Dependency

Authors

Maintainers

Sources

prc-v0.0.0.tbz
sha256=dac4fe14ba1f3b32d90c674b2dd1ad2a712d21f6c15a9fc81331a3a85ab3d583
sha512=18db18fa981ac027b480847f7a35699abd0d0c851958d2c062635a8992fc0f215314593e9fd0b41701cc81d8cf60fe2d42c47f4f8eda674a01c6401e115b5d84

Description

This library provides functions to compute precision-recall curves, as well as several methods to compute their AUC (area under curve)

README

prc library

prc implements a few functions to compute Precision-Recall curves, and their AUC (area under curve). The implementation is checked against scikit-learn.

Installation

Latest release

opam install prc

Latest commit

opam pin add -y prc https://github.com/pveber/prc.git

Dependencies (4)

  1. ppx_jane
  2. gsl
  3. dune >= "2.4"
  4. core_kernel >= "v0.12.0"

Dev Dependencies (3)

  1. sklearn with-test
  2. ppx_deriving with-test
  3. alcotest with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.