Skip to main content

Fast binary classification metrics with uncertainty quantification

Project description

A library for the evaluation of model performance and estimation of the uncertainty on these metrics.

Uncertainty on the precision-recall curve
MacOS build Linux build Windows build Documentation License PyPi

Documentation

This package was developed as part of the paper Pointwise sampling uncertainties on the Precision-Recall curve. If you use this package as part of your research please cite using the CITATION file.

Functionality

On a high level MMU provides two types of functionality:

  • Metrics - functions to compute confusion matrix(ces) and binary classification metrics over classifier scores or predictions.

  • Uncertainty estimators - functionality to compute the joint uncertainty over classification metrics.

We currently focus on binary classification models but aim to include support for other types of models and their metrics in the future.

Confusion Matrix & Metrics

Metrics consist mainly of high-performance functions to compute the confusion matrix and metrics over a single test set, multiple classification thresholds and or multiple runs.

The binary_metrics functions compute the 10 most commonly used metrics:

  • Negative precision aka Negative Predictive Value (NPV)

  • Positive recision aka Positive Predictive Value (PPV)

  • Negative recall aka True Negative Rate (TNR) aka Specificity

  • Positive recall aka True Positive Rate (TPR) aka Sensitivity

  • Negative f1 score

  • Positive f1 score

  • False Positive Rate (FPR)

  • False Negative Rate (FNR)

  • Accuracy

  • Mathew’s Correlation Coefficient (MCC)

Uncertainty estimators

MMU provides two methods for modelling the joint uncertainty on precision and recall: Multinomial uncertainty and Bivariate-Normal.

The Multinomial approach estimates the uncertainty by computing the profile log-likelihoods scores for a grid around the precision and recall. The scores are chi2 distributed with 2 degrees of freedom which can be used to determine the confidence interval.

The Bivariate-Normal approach models the statistical uncertainty over the linearly propagated errors of the confusion matrix and the analytical covariance matrix. The resulting joint uncertainty is elliptical in nature.

Installation

mmu can be installed from PyPi.

pip install mmu

We provide wheels for:

  • MacOS [x86, ARM]

  • Linux

  • Windows

Installing the package from source requires a C++ compiler with support for C++14. If you have a compiler available it is advised to install without the wheel as this enables architecture specific optimisations.

pip install mmu --no-binary mmu

Other build options exist, see the Installation section of the docs.

Usage

import mmu

# Create some example data
scores, yhat, y = mmu.generate_data(n_samples=1000)

# Compute the joint uncertainty on precision-recall curve
pr_err = mmu.PrecisionRecallCurveUncertainty.from_scores(y, scores)

# Plot the uncertainty
pr_err.plot()

See Basics section of the docs or the tutorial notebooks for more examples.

Contributing

We very much welcome contributions, please see the contributing section for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mmu-0.2.0rc0.tar.gz (222.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mmu-0.2.0rc0-cp314-cp314-win_amd64.whl (477.9 kB view details)

Uploaded CPython 3.14Windows x86-64

mmu-0.2.0rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (326.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp314-cp314-macosx_12_0_x86_64.whl (493.5 kB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

mmu-0.2.0rc0-cp314-cp314-macosx_12_0_arm64.whl (446.0 kB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

mmu-0.2.0rc0-cp313-cp313-win_amd64.whl (464.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mmu-0.2.0rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (325.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp313-cp313-macosx_12_0_x86_64.whl (493.4 kB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

mmu-0.2.0rc0-cp313-cp313-macosx_12_0_arm64.whl (445.6 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

mmu-0.2.0rc0-cp312-cp312-win_amd64.whl (464.6 kB view details)

Uploaded CPython 3.12Windows x86-64

mmu-0.2.0rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (326.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp312-cp312-macosx_12_0_x86_64.whl (493.4 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

mmu-0.2.0rc0-cp312-cp312-macosx_12_0_arm64.whl (445.5 kB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

mmu-0.2.0rc0-cp311-cp311-win_amd64.whl (462.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mmu-0.2.0rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (327.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp311-cp311-macosx_12_0_x86_64.whl (491.7 kB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

mmu-0.2.0rc0-cp311-cp311-macosx_12_0_arm64.whl (446.4 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

mmu-0.2.0rc0-cp310-cp310-win_amd64.whl (462.1 kB view details)

Uploaded CPython 3.10Windows x86-64

mmu-0.2.0rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (326.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp310-cp310-macosx_12_0_x86_64.whl (490.3 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

mmu-0.2.0rc0-cp310-cp310-macosx_12_0_arm64.whl (445.2 kB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

mmu-0.2.0rc0-cp39-cp39-win_amd64.whl (470.0 kB view details)

Uploaded CPython 3.9Windows x86-64

mmu-0.2.0rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (326.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

mmu-0.2.0rc0-cp39-cp39-macosx_12_0_x86_64.whl (490.4 kB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

mmu-0.2.0rc0-cp39-cp39-macosx_12_0_arm64.whl (445.3 kB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

File details

Details for the file mmu-0.2.0rc0.tar.gz.

File metadata

  • Download URL: mmu-0.2.0rc0.tar.gz
  • Upload date:
  • Size: 222.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0.tar.gz
Algorithm Hash digest
SHA256 c87e110e10cac01c1cd182369dbd050caa97e65155fffa93a9905352aaa026b5
MD5 46628649f4fe02fdb2651a5926ad0bfe
BLAKE2b-256 2c82494a9a8cd05bc2a184072bef0240bcd42ab14beae3e6fd2ce0c2867fdd66

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0.tar.gz:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 477.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e7577e6fb70149f7c0da4d3a0042fb0efde11f58e5234ae0f70ce61bd29580f8
MD5 c126c9ceddc21bbd317faf75d912e577
BLAKE2b-256 2ae87908f1db43d1087c2815260720149e06ade41104c6744471acf55091115c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3961d1a3c39180a52a01e84f2996e0ede14dc9a3b8df2dbf6ebe66c1658b7ed
MD5 62a55657d738f44e9a89b4510951d873
BLAKE2b-256 0017987c96efd14af8b98d51521467d9295f0c367570bda5491e0fe82ef109f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 365e00affac25bc9f7b520e387ad7e0492a9a585c41bb30334a9ce3c6e3f12ea
MD5 2d9b2e6fcec0f0d19bbe3ff886e48770
BLAKE2b-256 dad94bc6df1982fd4e61dab742d42b934a84d0a5e5f891096bf285ec523f3177

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp314-cp314-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a5be39c7d96f90196f0495332b8c0cb73277b5b9a590bc5ae02fd45907becf65
MD5 57de02166493c480f5539d2c529e7c34
BLAKE2b-256 05189398c65aebc01154e39a5c5ddf481d15ec4b5c0723d10f732038c6764943

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 464.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4a2f01c1eac76878479693852e385c6c1ecb7342bb43cd1af437197f365ecc7e
MD5 3ed7786c9e13c7237c913d21d27a62a5
BLAKE2b-256 0cd143ffb9245a3565ad4613ef4499a7affa4898c339bb75e72b08413f6465e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb4a4aa8de6449ac579c80cca6daae2b8ef1998a1f8bc7ed1e8e85ee895a95ec
MD5 e582e766d507afcabf2815c2e65fee0d
BLAKE2b-256 3ec959be48b2a2d2715193948d8652f172748fb3e7287de719ab7f38d63b7463

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 bb26a7728401ac5915b75045fb1d4bcfa80d267d29358753e1cbcf12bfcbad5e
MD5 2d09788c4e53c8a2ee2da79c06cb691d
BLAKE2b-256 f8b9757ee3026662303dd41ffcc6cadb70d249952d9bf10f8477cee6a4ad8095

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0df81780aca744ac62c15e342f7e0bf0230919b1666e69040706c5e25bccbfe1
MD5 c0377a96bd7731c27e35a32cdfc5441e
BLAKE2b-256 6e129e62e1047533ee8bd4b955a031eae2b2ce44e70f6520038cbff30fcf51e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 464.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f606c08ef347f34f3f673161798818c6788f339bd7573e249eee38ed56e2744c
MD5 68b60885f7ccbaaf6870c553e741cd28
BLAKE2b-256 5723dfd89d603d707f9e43660ce342dbf0ef1494bacd5abcf92dcbe2641b4ab7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a69741ae9f65b2e4f6aaa320865f0c0c6008933b6f87499fd0fb2c246cef275
MD5 939986a2da74bbfc78abcaf20a59a8c4
BLAKE2b-256 6497c2a3e2e4fbf912e2bf5199b6f2aa7b471a5801f359ee22ab4cf1f8606577

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5bdf8f69d362396ce554953b1264d2a50645bd4c2541dc92e0911a70c56ff23b
MD5 6b755a66aeb86778114c8060dba895bc
BLAKE2b-256 729b50c16cc7cbbaed552eeec3dc2063cdf2ee54e7ea4377ad8f5b62863eca0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 39a0d114e1fadf9c3bb89abb2d2c6095f711b50126283765de0a509014237f1f
MD5 d3cd22e3ff7141e536b082d0e2e4a05f
BLAKE2b-256 2fd78e2785f0af6e1e8251ce34c7fc26b52bcbad0cabfdf88b7e4044e041be04

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 462.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 79ce3fdd0a4b8129a4d7fdc11296298893bcf9ae826c235454d2a86a65b9157d
MD5 cb556939461186704fffa3abe3d6f25b
BLAKE2b-256 0c42a578f2d8e0a36cf8c59a9d4b812097d691e6ef028dc5924ced439c2c3b99

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5fd5180ecd6fd9735f5878c1692c4c4409e0db5392942fe77da4e86c01e5bccb
MD5 8c1b4b1e6d299050a218c2290e62b747
BLAKE2b-256 0fa6de1651b865dcaaad90893d08bb22bb8ca8ee0ded07cb98069f5312534128

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2aca2d2fc64e4010fefbdbbd7777726ba2984d57e33859d8e389b7def63baf49
MD5 29ef9140f6f964f6e1f640577c41fda1
BLAKE2b-256 80fa718532406bb955cf410350f12d8fe3bf1ffe45957016fc69db353ea7e766

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 6dd4343e92db72c4919bd2ed1e85d4d714fa6125a4cb656366e5819aad2cb6ad
MD5 90670f863a3f5b87b2945b173f10a0f5
BLAKE2b-256 54d832dd6adaec884bbae80bbbd4e996631ae46aa66498018e28b75d6c36577c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 462.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b7cadeee319106aadb6e6803ae1b7fc87356de01bddc612c82fa8ad3508dd83
MD5 d385ec068dd35c304759cbbeea053c08
BLAKE2b-256 b312be070bfcb3600346ed36dadaec13121170d8c568ed447caedc6428b3059f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b685eb6aa54c35743355c771ab56c14e29581a7a4c234581d29de4f6e59754dc
MD5 b67a4a1ce3bb309c5d69e2df548884cb
BLAKE2b-256 d0f5375fb63cebff38331dfe8dd7ca141c536e7fb5cb6dffe644296337fc0dee

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9009ce668015f1e59e7665ae2d30ca4abea510cdad879e3004a46f2670c4891e
MD5 15593a8bc37564f8ac16e7fc677ab5c9
BLAKE2b-256 bd4c5b5a0538fbae0c959cd168870f6c6adf7bb7052e95a673264c7f1b341c09

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 baf5e33ded1fee431b657dae49b716ee49f6d336422038e673795a0a1b65ce65
MD5 abc1a9c0d3cd6f971fe6421900e9b9a9
BLAKE2b-256 36188896e6f9cc4850d4d060638249c93a68a65bf37b30d8c58c47aea3421477

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 470.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mmu-0.2.0rc0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 91662945c1026677fdcff1c544202ea623ea2079102663d3747a4e83ed3d3115
MD5 c776cc4867b33916f7d663de0581be0f
BLAKE2b-256 06e1ea82bc78034786c40b3f4d10fec960d6dc8735ca155cd229ffece4460eaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d57b3e546013b227d6df1932a26c1e5a87bb9aeb93b004895327ed219ca61aa
MD5 637e83825c3e4747c9a958b2f9fa9890
BLAKE2b-256 d79ed2cdfa276a029e8118a7093f7a847baa46fc839c48bc33981a65761b3e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e783e1e1c060cb5a4c9298e8041b4ea7311ede1d0236a55d5dc9095607cc3f6c
MD5 be95d25c06d6470c21b00f086ba4e8b9
BLAKE2b-256 32a1ce95b6dbf0c17eab5441ab9ea92c11c3a9c27273398fa21db2fcc7c1d800

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mmu-0.2.0rc0-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc0-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 671f656ca7d7743d94474b43d4e846c31b25613e7d3880616a810b6ab46da73f
MD5 c0abb1594b2461124cb865352da78f21
BLAKE2b-256 c6b800bad5d86c681e5605c5a3d9417fe666bfe53c3e5673d8e69cf3ac90b8e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc0-cp39-cp39-macosx_12_0_arm64.whl:

Publisher: wheels.yml on RUrlus/ModelMetricUncertainty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page