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/v7.0.0.tar.gz" 29 checksum: [ 30 "sha256=1d5858ec9e635018b053c2c876256167e53246eece767920117491e9ce5a7d3f" 31 "md5=73fadc305cc79e2931195697969194b9" 32 ] 33}