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