this repo has no description
1opam-version: "2.0"
2authors: "Francois BERENGER"
3maintainer: "unixjunkie@sdf.org"
4homepage: "https://github.com/UnixJunkie/cpmlib"
5bug-reports: "https://github.com/UnixJunkie/cpmlib/issues"
6dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
7license: "LGPL-2.0-or-later"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "dune" {>= "1.0" & < "3.0"}
11 "batteries"
12 "ocaml"
13]
14synopsis: "The Classification and Regression Performance Metrics library"
15description: """
16For classification/ranking: ROC AUC, BEDROC AUC, Enrichment Factor,
17Robust Initial Enhancement, Power Metric, Matthews' Correlation Coefficient.
18
19For regression: Root Mean Squared Error, Mean Absolute Error,
20r^2 coefficient of determination, Raw Regression Error Characteristic Curve.
21
22Also features a TopKeeper module; to keep in memory the top 'k'
23scored items when dealing with very large datasets.
24"""
25url {
26 src: "https://github.com/UnixJunkie/cpmlib/archive/v6.0.0.tar.gz"
27 checksum: [
28 "sha256=1b15e4108a4528428e0c9e49e1b42280d3d43957aa45c096a92fc4f17e3d43d1"
29 "md5=dac9411c0f3f5d0f8f450a4468ef3385"
30 ]
31}