Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.

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

Uploaded CPython 3.14Windows x86-64

mmu-0.2.0rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (334.3 kB view details)

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

mmu-0.2.0rc4-cp314-cp314-macosx_12_0_x86_64.whl (498.8 kB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

mmu-0.2.0rc4-cp314-cp314-macosx_12_0_arm64.whl (447.1 kB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

mmu-0.2.0rc4-cp313-cp313-win_amd64.whl (480.2 kB view details)

Uploaded CPython 3.13Windows x86-64

mmu-0.2.0rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (334.1 kB view details)

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

mmu-0.2.0rc4-cp313-cp313-macosx_12_0_x86_64.whl (498.8 kB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

mmu-0.2.0rc4-cp313-cp313-macosx_12_0_arm64.whl (446.9 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

mmu-0.2.0rc4-cp312-cp312-win_amd64.whl (480.2 kB view details)

Uploaded CPython 3.12Windows x86-64

mmu-0.2.0rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (334.3 kB view details)

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

mmu-0.2.0rc4-cp312-cp312-macosx_12_0_x86_64.whl (498.7 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

mmu-0.2.0rc4-cp312-cp312-macosx_12_0_arm64.whl (446.8 kB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

mmu-0.2.0rc4-cp311-cp311-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.11Windows x86-64

mmu-0.2.0rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (334.6 kB view details)

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

mmu-0.2.0rc4-cp311-cp311-macosx_12_0_x86_64.whl (496.4 kB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

mmu-0.2.0rc4-cp311-cp311-macosx_12_0_arm64.whl (447.4 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

mmu-0.2.0rc4-cp310-cp310-win_amd64.whl (477.1 kB view details)

Uploaded CPython 3.10Windows x86-64

mmu-0.2.0rc4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (335.5 kB view details)

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

mmu-0.2.0rc4-cp310-cp310-macosx_12_0_x86_64.whl (495.1 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

mmu-0.2.0rc4-cp310-cp310-macosx_12_0_arm64.whl (446.1 kB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mmu-0.2.0rc4.tar.gz
Algorithm Hash digest
SHA256 70df9e1fc31780c24d9c7564102bf9a51a8d0ed9104fdd051a51ccad6d911f28
MD5 03c820872a505e1c47b1b9daa209c37f
BLAKE2b-256 e2bf7dd39269585ae6bfd6809639613eaabbcfd4f454f24584123c1360f8a9ab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 494.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mmu-0.2.0rc4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8442622615067d7c9b34cb82c113fe5db0dd99b7b512fe6aecd92aeadb99eda6
MD5 0792fba31fbf671292ca018396ccef33
BLAKE2b-256 e17a155344918b2a4670a99e8adbb05a3216defbbbf6a8eb5df5ebdbc77927d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91283ffc68133fa259bf4de5abf3f31fa568cab185aaf9ee5a21de8eb839887a
MD5 9e82d0e433b0be31dc857c4dfa434455
BLAKE2b-256 3afbc8a0394d71da33caf3364c06c5f82e816f43e7edf6d209658f2eebf20f5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 af4de464d698797190f0518c06767fbb9d11024a67a284681ae38e4fdb51c5a1
MD5 abbbc2d73858496dce661596e30f81ad
BLAKE2b-256 8e64fced33c4b0fc3bdce84bd2f4dc602e9decb195f0e16e416c26cd901c7f83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 27fc4fdcdd68034548c6a42d6c5dae455a6ed610ba7cd6477a0081d86a1c538b
MD5 c43f36f6f50304245eb2a82c24926ed5
BLAKE2b-256 eda6c724796400058a7ae1cc665913c1cd14af26b55978bb3f0568096222a0f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 480.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mmu-0.2.0rc4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9f967f2e837c27d64ba22d88ba6be8c71064a14908792b99c8e10909d65732a3
MD5 1a8932f9f4547eedf4dbb5fb6924ea8b
BLAKE2b-256 7893d098b8d7870c5f93f454cf203394b7c2d0a96999b7e9cc541680ee3ff738

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff8b3676de0816cbad149a076a374b272f9701d5c32e33860dceea15a5506abf
MD5 1856003cf1087c92883e32e8c4294c2a
BLAKE2b-256 47ad86f7ecc4a8c9f887d96552740f86b1075b35b81cbfaeba01b12db18506ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 305ad3055105730c88c331a16f166b69d9ce1e303e01ef436b676413dc1709bf
MD5 0c471b66cb38bcf1d1b37924eaffc7a9
BLAKE2b-256 870d4d2da13c811a93a8d0aa9745f56d676ec0cb6cc1425d31bcf985bdbb7a12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0512d686ffeaa97a2d7dfff2434e92ad44bdbe9d37aafd01d19aa1999b572b5a
MD5 8aea790398eb05617fc495a85951968a
BLAKE2b-256 e7c6154d5b5043ee19e168409bf6936c5a30fea99be660e2bea16c78d06c5f40

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 480.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mmu-0.2.0rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 86cdddc527c6ac8aa93794fbbd40cede6bfbf0cd9656ba3ad5ba77a3d5a543b2
MD5 1af51b0ea24942c57206688a7d27f2b6
BLAKE2b-256 0b2d27ca271d21e3a73ad91450f3dfdeac671e69322e86f93e8626f6da40e98a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4605769709af6a139b6ef8262df11920d69f3c772f3aec645b8be3d38596ead0
MD5 75caca1e7f8c3fc8983196c2e92a81ff
BLAKE2b-256 32e64953a43f3767753314c4f7d4e1ae3701bd0322ec933a3ab0607fdf0e7eaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 bad9871d934edfd78611c1396728f26b4a60c314b780f111eea1bee1e8ff8e6d
MD5 885cb6f2f87f040f32a23c2339bae55f
BLAKE2b-256 806d2dd90ecea052673f8ecfdbbf7cb763c51e94b480130c6d87d87af757771a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f53b3f2eed17e3214c81099e2d0b5b2b12986017b7027423c9c1b75cc2a18fb2
MD5 9a3d06556a747e5687316ec677d55c8c
BLAKE2b-256 04deb309dc05cf16e6cbee71c909fcd7fea3f69212587655906d5db76b1d8a3a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 477.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mmu-0.2.0rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9160dbf407a51fc48a2bb13270f9674cd78f59c5d90bc96b7677941c84d8523a
MD5 32b1c043943d227a332efad22fbcd72a
BLAKE2b-256 5ca45ee3ff11d09b483e0c265c4bd1305c9e63bb68b2935caa3c5276a4721cce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3c72b18b6144c15a2b7d6963f3723c97d45b4b64e01681c704ccaaeec9f6598
MD5 929a122dde12cdfc7ab6ada4e0990e18
BLAKE2b-256 7820065761437d3b89240f1b30e27f145ca6a40e3f9f72997fcdfef7c16fd961

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5f2614a91e996a7a199bf8c7611dfc62fa127cef80a120ceae57060f8706c2cc
MD5 570cebaa1c9534558fca0ae9f6175668
BLAKE2b-256 e4fa3a81a4b5a11a797beebd8e4cd4a4340f1236ff9eee541a8e6d1cd4bf541c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7eebedf127995e675cc20ef03be61b8c8998626ef2f233c86c80f59ca0fcf62b
MD5 36e15ba4d874243dbd7f89b276f5efc9
BLAKE2b-256 f6753b1e0d8ebe532ab3857ff03a972f356c8094add453dd2eeeee12c54dcd77

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 477.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mmu-0.2.0rc4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 90f18fb604ebb731277505641078f4bb4699b63b00f3ff85601262603b87963c
MD5 b83415dd49790ea8f1be465b6bc46357
BLAKE2b-256 353735ed5481a5bf13a822411d48bcecee3cc1a58d1678b9124648201baa7b5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23c67bf54fb71ac903be0f1b0704462edf0d08a387cd41ee10d562bf6579d906
MD5 82255f790a926032c0b7650b6a9f39af
BLAKE2b-256 c09d291168b22107dcddbd13c3d729c46a365afb84b325b1e49091c59d3cd2dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0e08c7ee057464135c71e4c2aadec44646291b9b325d498a6f3524e2291d134a
MD5 a496a04a232b0fc47a153d96c643dc98
BLAKE2b-256 fbdc5919a79410164523c41a56bd6cf7342c5f1cec56934a30171cdba686204b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc4-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 257a96411fca9c25017c4fe6ab9d9892fe8ab894fc68e05ed4014d001aeb0f72
MD5 5b52236291bdc86abb31c8b0d5401313
BLAKE2b-256 26827ec9778cf03ade7f653e4c66258cec35455f7956503bef9982cafce60754

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

0.2.2

17 files

This release

0.2.0rc4 This release

21 files

0.1.2

17 files

0.1.1

17 files

0.1.0

16 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page