opam-version: "2.0" authors: "Francois BERENGER" maintainer: "unixjunkie@sdf.org" 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" {>= "1.0" & < "3.0"} "batteries" "ocaml" ] 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. 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/v6.0.0.tar.gz" checksum: [ "sha256=1b15e4108a4528428e0c9e49e1b42280d3d43957aa45c096a92fc4f17e3d43d1" "md5=dac9411c0f3f5d0f8f450a4468ef3385" ] }