this repo has no description

Merge pull request #19724 from pveber/release-prc-v0.0.0

[new release] prc (0.0.0)

Changed files
+46
packages
prc
prc.0.0.0
+46
packages/prc/prc.0.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Utilities for precision-recall curves"
+
description: """
+
+
This library provides functions to compute precision-recall curves, as
+
well as several methods to compute their AUC (area under curve)
+
"""
+
maintainer: ["philippe.veber@gmail.com"]
+
authors: ["Philippe Veber"]
+
license: "CeCILL-B"
+
tags: ["precision" "recall" "statistics" "machine-learning"]
+
homepage: "https://github.com/pveber/prc/"
+
bug-reports: "https://github.com/pveber/prc/issues"
+
depends: [
+
"alcotest" {with-test}
+
"core_kernel" {>= "v0.12.0"}
+
"dune" {>= "2.4"}
+
"gsl"
+
"ppx_jane"
+
"ppx_deriving" {with-test}
+
"sklearn" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
# "@runtest" {with-test} # tests require a working version of python with scikit-learn
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/pveber/prc.git"
+
url {
+
src:
+
"https://github.com/pveber/prc/releases/download/v0.0.0/prc-v0.0.0.tbz"
+
checksum: [
+
"sha256=dac4fe14ba1f3b32d90c674b2dd1ad2a712d21f6c15a9fc81331a3a85ab3d583"
+
"sha512=18db18fa981ac027b480847f7a35699abd0d0c851958d2c062635a8992fc0f215314593e9fd0b41701cc81d8cf60fe2d42c47f4f8eda674a01c6401e115b5d84"
+
]
+
}
+
x-commit-hash: "1f1660bd8195522a0e05e288e1313969e92e7340"