package cpm

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

Install

Dune Dependency

Authors

Maintainers

Sources

v12.2.0.tar.gz
md5=41f7f349dce225ccfff44429da092563

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: 21 Dec 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