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/v11.0.0.tar.gz"
29 checksum: [
30 "sha256=5e3f896a700748a485d8016a445a9b478fc24c2647d01c492c8122a2987a9c28"
31 "md5=a116717fc1710592a4a2356ad617360b"
32 ]
33}