Skip to content

Commit 6948742

Browse files
committed
new file: packages/cpm/cpm.12.2.0/opam
1 parent 789990a commit 6948742

File tree

1 file changed

+32
-0
lines changed
  • packages/cpm/cpm.12.2.0

1 file changed

+32
-0
lines changed

packages/cpm/cpm.12.2.0/opam

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
authors: "Francois Berenger"
3+
maintainer: "[email protected]"
4+
homepage: "https://github.com/UnixJunkie/cpmlib"
5+
bug-reports: "https://github.com/UnixJunkie/cpmlib/issues"
6+
dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
7+
license: "LGPL-2.0-or-later"
8+
build: ["dune" "build" "-p" name "-j" jobs]
9+
depends: [
10+
"dune" {>= "2.8"}
11+
"batteries" {>= "2.6"}
12+
"ocaml"
13+
]
14+
depopts: [
15+
"conf-gnuplot"
16+
]
17+
synopsis: "The Classification and Regression Performance Metrics library"
18+
description: """
19+
For classification/ranking: ROC AUC, BEDROC AUC, Enrichment Factor,
20+
Robust Initial Enhancement, Power Metric, Matthews' Correlation Coefficient,
21+
Platt scaling.
22+
23+
For regression: Root Mean Squared Error, Mean Absolute Error,
24+
r^2 coefficient of determination, Raw Regression Error Characteristic Curve.
25+
26+
Also features a TopKeeper module; to keep in memory the top 'k'
27+
scored items when dealing with very large datasets.
28+
"""
29+
url {
30+
src: "https://github.com/UnixJunkie/cpmlib/archive/v12.2.0.tar.gz"
31+
checksum: "md5=41f7f349dce225ccfff44429da092563"
32+
}

0 commit comments

Comments
 (0)