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" "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/v8.0.0.tar.gz" checksum: [ "sha256=08567b6a7ab8271bd0b78ef27a7e7354f11a2c968e91f4d7f6b629c3ac471bbe" "md5=001ba7a3b51281612072ed6ca56cb382" ] }