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.0rc3.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.0rc3-cp314-cp314-win_amd64.whl (492.8 kB view details)

Uploaded CPython 3.14Windows x86-64

mmu-0.2.0rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.1 kB view details)

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

mmu-0.2.0rc3-cp314-cp314-macosx_12_0_x86_64.whl (498.6 kB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

mmu-0.2.0rc3-cp314-cp314-macosx_12_0_arm64.whl (447.4 kB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

mmu-0.2.0rc3-cp313-cp313-win_amd64.whl (479.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mmu-0.2.0rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.5 kB view details)

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

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

Uploaded CPython 3.13macOS 12.0+ x86-64

mmu-0.2.0rc3-cp313-cp313-macosx_12_0_arm64.whl (447.1 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

mmu-0.2.0rc3-cp312-cp312-win_amd64.whl (478.9 kB view details)

Uploaded CPython 3.12Windows x86-64

mmu-0.2.0rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.4 kB view details)

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

mmu-0.2.0rc3-cp312-cp312-macosx_12_0_x86_64.whl (498.2 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

mmu-0.2.0rc3-cp311-cp311-win_amd64.whl (476.0 kB view details)

Uploaded CPython 3.11Windows x86-64

mmu-0.2.0rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (333.7 kB view details)

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

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

Uploaded CPython 3.11macOS 12.0+ x86-64

mmu-0.2.0rc3-cp311-cp311-macosx_12_0_arm64.whl (447.9 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

mmu-0.2.0rc3-cp310-cp310-win_amd64.whl (475.7 kB view details)

Uploaded CPython 3.10Windows x86-64

mmu-0.2.0rc3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.9 kB view details)

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

mmu-0.2.0rc3-cp310-cp310-macosx_12_0_x86_64.whl (495.3 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

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

File metadata

  • Download URL: mmu-0.2.0rc3.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.0rc3.tar.gz
Algorithm Hash digest
SHA256 f381157be0b730f4817808162a5cf93961e8606ce032aee210b6549911dc416d
MD5 af78fedb045dcec98fcd87b699205397
BLAKE2b-256 3935a2192bf3f4052478c08ed67461be447da572508d99bc679dd2ebf016e4d3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 492.8 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.0rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e7646b1eab5b8a6414b98f091cc9b9098a7bb58263881809c895f4b2e2d0c0d4
MD5 372048ba8c616a12bd741a3c1740b1df
BLAKE2b-256 bf005373d20dd9513a6746f15f30801319af069561cc4b239f753d645b95e2a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c3f3cffb618f88892160e7028dead53d60b12034efb48b0dc47c9e3893107b9
MD5 62b933c3c25e8efaf3c130e5b1a6c920
BLAKE2b-256 4eb189455186c5a00357b2dbb376f0076dda32a5f68327eb59a9c634cbd166d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4c10f7d6662d7994e597684c548cb043e044bf2d5d87d4baef9095bc8195341b
MD5 86020fdff2d96e1cfc0b566eefb78c5f
BLAKE2b-256 20339c05b8efaa12b7901cd17357d438a6f7a5be6ae59ec6fe95b9d17382e496

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3e95eb576fdff81f87bc7c3f8da49a832ddcb0d2050b112e3e455650d921937f
MD5 a52303526791a183212bc8f1285a6483
BLAKE2b-256 723319dc96793f98c763eaad9a6985d7f2f936e16f2865864f1a2c54f871e9c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 479.0 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.0rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 901fd9125883c4ab5633a5adf88757c5c21074aab38d502955a889f87f400483
MD5 0d2b7a172e9406a5db77361507a505ac
BLAKE2b-256 bdd0a9e0dc61cd379c2be06892066fedffbc1552eeddddcaa9234dbaed2b37fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b02661b740bcfa3e7056bea26e530312766a53e807d3f8239ff5c881ab900a3b
MD5 95c9a9f51dc0b902d9c4a9000a0b68a5
BLAKE2b-256 541f5ac4394e8134ab352a0a04495a00a30a1699f18ce62c8eef674022860ea0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e9136f982b28ae0fbf382fc56fed73dc2cffe23bfeb0c8aa6bfc14b250d663ab
MD5 b36eecefd6d8d8e51d9bb138b8324012
BLAKE2b-256 2a61d03fe9b7e82d119f78537fdd69ba4f4a23a730c90f73ad27c530e0d0e4a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a3a7a96cb486d90ca22fa238fefc8422af637c0f11a121bcaf2da7e7407270c2
MD5 f5a7b2466eb91d7b9c70287f743d5433
BLAKE2b-256 52ae26a688d0d34d433d19b42cbb0a25443deadcc3c6dcfad8da4c1e5b695b8a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 478.9 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.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f064035065e3738851fe2ec60d8466c0945cf349ad76668376bcb6eba1016142
MD5 c7bf74324110cda4a36a9742ce534cf0
BLAKE2b-256 1dd88512292fd6b59b499d5cdc8f73220641392ce1b843ae3ef4396287da13cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56890ac1e06928c6ff2aca40a9f73a6c4de4c0e1c88d4df103d470e4c39b57a8
MD5 fd13e45726eb605a0937af1696abb2d7
BLAKE2b-256 da1fa2f9203981c5a49935858a5aef292e9e66418b77c9c4a91a64328d15f845

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e2acbdb8bed0b343a809fbac07e81bc50f7073772bb2c9f35a4f5aa63242d9a6
MD5 1bc1837eb351cb5e15497d604a37a7a9
BLAKE2b-256 12a0d461de568be624b77079ed45d2e145692a886d51d98b7fb63916d4cb3086

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 de171d320e90428bfa54e5055f18c082d894a107ec108fa73053cf3e8a843583
MD5 6b64b2e049d05d5bb16b12efee07d22c
BLAKE2b-256 7b8c350acd6aea4072fa3b42dfc3999da308a6cf6c7e5b5e806d0c06eefe3bee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 476.0 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.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6b7f384c84297c4f91f260899d9481aa3185cfdc9b194c50cf4770817d0bbaa
MD5 0bb466954f684247a1540b2f6ac8de51
BLAKE2b-256 d04426cd365bc5536a231bac2af69461bb59f6f2a557323531f0c8889507e389

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8107b4435e33021779fd1fec193240ce94eac9b45855fe0818c59114655525fe
MD5 f8fbd5108a76cb5979ff57f1eb022ddc
BLAKE2b-256 77934cea0696997b2b02fdcc5832b323e16c2615d49bf04381a425ccf7ae94ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 fbed564ffff2aa4a137e2fd04ea885fc091f25a64164603e09f08a37fdb3e0ad
MD5 ea4d5560ca83555a0fde4230785a9f4d
BLAKE2b-256 4ceef2c1738339fd8d2551281f62ae28d6c9b1ed075f8af405c0bcef2362cf7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b598d5e8c53c8b02e70ce81ad53a55739e374864ff14a87870b545d1c467c029
MD5 8b1400bda0476df72daa32e64c2884cc
BLAKE2b-256 7efb1448193b25a452857a9197ac5442d050097a8684e8545a82865c8f3163ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 475.7 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.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 08677caa2c890e21b5d2b232abb87827af91215ed1a91b67071edd9873c43d94
MD5 7741122d7572f9fcccdf4871a4e57d70
BLAKE2b-256 afb92b68e00ec7633cccc8556c180919b64700ba9a99a9063a6d6e6cff7eacf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b8b10d0e7801f3b49975f3abb1a8d4e68e2cb947e3bd250b89fe80f45c8ef1c
MD5 4bd04cc23dbce29c51de09507a2d0beb
BLAKE2b-256 5ff09b9203cbc631975010427ae2e2501821d8c9933e2d8bf5e56572518d4096

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0044cbd3874eade84dd18be5eeddf782000aad5bc946577fa77ec027d119d396
MD5 bc52b7dc451d20f7e9092f4fc43cfb9d
BLAKE2b-256 5243d985271508c1962bdbc78c378064c15d72763b49fb09813d4f59021011a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc3-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 944f7b8d5ed750535475f62bd8efcf4042548b17cb4eae4f92ee171c149945d8
MD5 155f7486f4582356d8eddb6fae375fc5
BLAKE2b-256 b87dca32b31032a18c2031befa85c610a088c44edc7d43a937eefcaec7cb5c96

See more details on using hashes here.

Provenance

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

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