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" {>= "2.8"}
11 "batteries" {>= "2.6"}
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.1.1.tar.gz"
31 checksum: [
32 "sha256=6743c395e3e655c27b3790e368df2bcd48c99e189ac92bf07e50b3a64237ee2f"
33 "md5=cb0242aad4936b4b6dcca6a921ae209f"
34 ]
35}