package cpm

  1. Overview
  2. Docs
The Classification and Regression Performance Metrics library

Install

Dune Dependency

Authors

Maintainers

Sources

v12.1.1.tar.gz
md5=cb0242aad4936b4b6dcca6a921ae209f

Description

For classification/ranking: ROC AUC, BEDROC AUC, Enrichment Factor, Robust Initial Enhancement, Power Metric, Matthews' Correlation Coefficient, Platt scaling.

For regression: Root Mean Squared Error, Mean Absolute Error, r^2 coefficient of determination, Raw Regression Error Characteristic Curve.

Also features a TopKeeper module; to keep in memory the top 'k' scored items when dealing with very large datasets.

Published: 25 Aug 2022

README

cpmlib

Classification and Regression Performance Metrics library

Dependencies (3)

  1. ocaml
  2. batteries >= "2.6"
  3. dune >= "2.8"

Dev Dependencies

None

Conflicts

None