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 "conf-gnuplot"
14]
15synopsis: "The Classification and Regression Performance Metrics library"
16description: """
17For classification/ranking: ROC AUC, BEDROC AUC, Enrichment Factor,
18Robust Initial Enhancement, Power Metric, Matthews' Correlation Coefficient,
19Platt scaling.
20
21For regression: Root Mean Squared Error, Mean Absolute Error,
22r^2 coefficient of determination, Raw Regression Error Characteristic Curve.
23
24Also features a TopKeeper module; to keep in memory the top 'k'
25scored items when dealing with very large datasets.
26"""
27url {
28 src: "https://github.com/UnixJunkie/cpmlib/archive/v8.0.0.tar.gz"
29 checksum: [
30 "sha256=08567b6a7ab8271bd0b78ef27a7e7354f11a2c968e91f4d7f6b629c3ac471bbe"
31 "md5=001ba7a3b51281612072ed6ca56cb382"
32 ]
33}