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 precision 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.0rc2.tar.gz (2.9 MB 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.0rc2-cp314-cp314-win_amd64.whl (478.2 kB view details)

Uploaded CPython 3.14Windows x86-64

mmu-0.2.0rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.2 kB view details)

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

mmu-0.2.0rc2-cp314-cp314-macosx_12_0_x86_64.whl (498.7 kB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

mmu-0.2.0rc2-cp314-cp314-macosx_12_0_arm64.whl (447.5 kB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

mmu-0.2.0rc2-cp313-cp313-win_amd64.whl (464.7 kB view details)

Uploaded CPython 3.13Windows x86-64

mmu-0.2.0rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.6 kB view details)

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

mmu-0.2.0rc2-cp313-cp313-macosx_12_0_x86_64.whl (498.4 kB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

mmu-0.2.0rc2-cp313-cp313-macosx_12_0_arm64.whl (447.2 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

mmu-0.2.0rc2-cp312-cp312-win_amd64.whl (464.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mmu-0.2.0rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.5 kB view details)

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

mmu-0.2.0rc2-cp312-cp312-macosx_12_0_x86_64.whl (498.3 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

mmu-0.2.0rc2-cp312-cp312-macosx_12_0_arm64.whl (447.1 kB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

mmu-0.2.0rc2-cp311-cp311-win_amd64.whl (462.6 kB view details)

Uploaded CPython 3.11Windows x86-64

mmu-0.2.0rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (333.8 kB view details)

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

mmu-0.2.0rc2-cp311-cp311-macosx_12_0_x86_64.whl (496.6 kB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

mmu-0.2.0rc2-cp311-cp311-macosx_12_0_arm64.whl (448.0 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

mmu-0.2.0rc2-cp310-cp310-win_amd64.whl (462.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mmu-0.2.0rc2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (333.0 kB view details)

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

mmu-0.2.0rc2-cp310-cp310-macosx_12_0_x86_64.whl (495.4 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

mmu-0.2.0rc2-cp310-cp310-macosx_12_0_arm64.whl (446.8 kB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

mmu-0.2.0rc2-cp39-cp39-win_amd64.whl (470.1 kB view details)

Uploaded CPython 3.9Windows x86-64

mmu-0.2.0rc2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (333.2 kB view details)

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

mmu-0.2.0rc2-cp39-cp39-macosx_12_0_x86_64.whl (495.5 kB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

mmu-0.2.0rc2-cp39-cp39-macosx_12_0_arm64.whl (446.9 kB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mmu-0.2.0rc2.tar.gz
Algorithm Hash digest
SHA256 476b9e7c9437323bf6065fdf4d1a8926e656d53b10198e9a1bf5babda122d7d4
MD5 2dddb6c4b3ad10f2d772192dc5f74395
BLAKE2b-256 d6d56df596808722ee931c2c6d20d8eaaf6f0edd8730af8550830c208b1d280d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2.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.0rc2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 478.2 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.0rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b82b78ebd8022c898584f45a343f49fe5938f393bba44f5f523223c5fa004bed
MD5 6893dc02aa1a6640357ae1f828dbd573
BLAKE2b-256 8b707ae052284fe552310c91fa0d5e9dd291137c2586d500adc80aa255e2973a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63818dd77243805b648b70919dc610acfbb54c707ec4a8de7aa9174e95395976
MD5 32c8df8e65658d92627189ae191633e3
BLAKE2b-256 c76cce0f45d12127ac7fcb5feff5788d0ba6140cbfc1c6577021b50f46fe2a73

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 61f598590ffad5dbb6ae15f2f4a9b6afe4cade72de0de0046d2246f8b6e071a5
MD5 9a306ae383c75b4943395bb158a43f1e
BLAKE2b-256 ab1fa64ae905675670da2c0283c7156e29b67f4620778be7834f11e2e6b38e51

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7fcea40efd4e563804695c61ca7b9ed9660256b98f75df9c466f333b9bd5ebbb
MD5 83bf1aefa2ae55cdb0c95107ec0ff99b
BLAKE2b-256 8ca003a87ee4f69c4984ecd61741ea8423bb3b10b73374617b2e7b4bec026453

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 464.7 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.0rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1576d6788c9adacc7ec70f41c6c8b6c4dc164594a94ab49f24b4ab90aefe246b
MD5 f69d0f80b7994abed3f4e4a6776714bf
BLAKE2b-256 3a6d00d90e8b8e93c4d053719c9bde9fdae44a71d3c9f83e408be2482bc0d6b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17a8fface9e94272dd8f54ba9f6088f99e5627e0f48606b4334a05dc62516b29
MD5 3a5f54e872c2f92c8e3c52f804864cfb
BLAKE2b-256 48024cd837fed7432d222fdf446c8c5d0b2a70b990f1179d45745683196a69f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 bf85e1adc636f75347dd24b2e06e12a6ded6250015e6d2829425d1570af3589d
MD5 23616edf7e27c7dbb8562f50c50bde8c
BLAKE2b-256 5b91d769067ac3d8706e5c1430a0b5c3a34edf39a021570592c167920772428e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 03507f01e520484fc8447298432dfd519f19642a2ffa9160e9f0bc43fa12ecb9
MD5 817258393d3e5517fbb7af81e5f3e2c2
BLAKE2b-256 3c139a6d81d97a92c63fbc66a4fae08fa264e4ef63477afc7e9414055fcc2469

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 464.7 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.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 183350c28131ddbbf8d746b0445f39bda245e92145366f0fc04ac709772f8ba3
MD5 efe6d6ea9f885148a3af1a0d19a904dd
BLAKE2b-256 89d32e058996acb194413467d3e9a9309a569ce052f8e67d013eaf57a263e5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0bb8dd0edcd8b73c16cd4e8c84510cefa643c7fe10c30ade74192b149d20bf1
MD5 e07191cc00fc01c56cd97441788566a9
BLAKE2b-256 f470bcfc0673ba4000e3c60c2401d7ff227e1af76810d1b1da9e5d274ada70cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c462a58aebdd2514f2957b55f91edbe2d3f9ed9f2529da6b0ca7efd1840ac7de
MD5 d008c12d62559ec92e82654fb8000173
BLAKE2b-256 a14f8b497c90d965fa0511469604938da1a75f9525e318dac4e16708895a932d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7e585e5e807e73a84a1a7b4ab6a93ac68653f5ff304ec4e352a4219e20aa150b
MD5 b7206f3cdc8c7557fbd0c812d21355db
BLAKE2b-256 9e687709f122190b6b23492c5bfaaeaefb088a3c93029f4dbf889b5c5aa4a1c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 462.6 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.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 55e7b00e83bd9840ccf932b70da52a0bdb7e1210ca263b3db1cbb18c7f908411
MD5 64052b9d36a6a3490d1f7fae077f8359
BLAKE2b-256 7df6e8d4ac320a9618817e8307e03b1a6789475557d31265e24f79b85ec4bd9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e54923fd208101a3e3b57df6e7edf873cd5ab0a7419f8b9660719b7015eb0eae
MD5 d3784e0a9f90fd1f2833e473e787365b
BLAKE2b-256 be79bac7a381f3d1877d9574582ae9b6684afaa2c5f91c93cb394d6ca46ed260

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 72784894839398f3eef4795f6366c8b45bddc90f55e873684fe186e1c5a8c351
MD5 aad82b0452788228b23a613b8bad4c18
BLAKE2b-256 858b0b51084cb8f7d5cfb81fce0aa70ec1ccbdd05ad7aaac803bfa970cff3e9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 50d9623b4cdba36062f4eb78a2e3081800555e0a3f1a3dfec5a8c121b63297a5
MD5 fa91eafba67283b5a8e381362f1f6dee
BLAKE2b-256 1fcc2cd84faa4d2a1f2b6cc08f3d72f939e45fa371f848f392fb0e9a4946d350

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 462.3 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.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 23c48bb7710c81ce1dab482b33609353c216772f9a4b1665afb837c0b35836d2
MD5 78f2e1ee99864d5d3d4f48cf4f8cceae
BLAKE2b-256 a21953faa93df6e4fcbc17440d2e25c36dda0c5baaa10b5b28cf9409596f32b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a17af815fe621228f70b0e4d87d39d7edf9077185ede9ecda7a60848b98b26b1
MD5 190d3c7a6882172d4293daf3d3142734
BLAKE2b-256 a945cb8befb094071d0da0d7d413b213bdd576f4935c9fe3bb13f55a215c02c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 a6480b655d6f484ea5689863af88201fc238b30f8654b451d03b94e3b5f7a237
MD5 a379feebf483292f09afbd91d3e50b65
BLAKE2b-256 2f503abe50083930390281db93a49f83548d9d7eb66188a4c872951c286b272c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 cb9a0975c97eaaf099f3d9976fe278496af840af7dff43898cb28ec80d687784
MD5 5d97785a558b3c221f75372c04390a28
BLAKE2b-256 e183bea6be13d088776a7b925a31173696758822f71a34f38516f77d63debafc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mmu-0.2.0rc2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 470.1 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.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ebf8e6b010d44f55e3080a01497ed32b28566670d02f0eb7f52f17d2219456fd
MD5 b2f565c884c3ab162c8afd114c0c5161
BLAKE2b-256 53f1a79659523022efa965e0b9840a0fe1c52d59a52e3260e13beee96810a414

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76a3ceff49678a4813bd3ea0e170eb218e41cce9526939b9a547621b14fb3cb5
MD5 aca784117a0a2085f0d43e75a426b535
BLAKE2b-256 fe048ed579f641fc2c4aa94657804979cc6597484d1c628dc00e30bbeb647bc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d0bd32ad771daebb235fcf034ae858e3901dd63d86184036d202ca91f7207641
MD5 484f418034953853a3e3c625fe0579a0
BLAKE2b-256 0cc5a344c78038d4ea3c981f8345fc55a283f412125a49c411adac9deda4d4bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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.0rc2-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for mmu-0.2.0rc2-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bb8acbafe906299b9f7d8e4e850771ba6958ac3208d0481a1acf44a465b3dc70
MD5 b195a2079e9908f83848a7b09f3d12f0
BLAKE2b-256 3af71f2ad436783d8f47ae89e6525f80e6a596233960d5f207712266dc5fbeaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mmu-0.2.0rc2-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