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.0.0.tar.gz" 29 checksum: [ 30 "sha256=84b35be276a9f56fa9c94d70ef77592359bddbbb755e28c16bf7bc50f5b2fe81" 31 "md5=764157bdb600308ac492c07af32fb425" 32 ] 33}