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/v10.2.1.tar.gz"
29 checksum: [
30 "sha256=3d20d5d3760c0b3796022beb5e8f97c1e4c1e2717cb5927f5fb8a0b0e96eb285"
31 "md5=9fabbb7d06e147eb528edaf29bf43272"
32 ]
33}