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