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.0rc1.tar.gz (224.2 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.0rc1-cp314-cp314-win_amd64.whl (478.1 kB view details)

Uploaded CPython 3.14Windows x86-64

mmu-0.2.0rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.4 kB view details)

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

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

Uploaded CPython 3.14macOS 12.0+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

mmu-0.2.0rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.8 kB view details)

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

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

mmu-0.2.0rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (331.8 kB view details)

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

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

mmu-0.2.0rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (333.3 kB view details)

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

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

mmu-0.2.0rc1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.4 kB view details)

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

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

mmu-0.2.0rc1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (332.4 kB view details)

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

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

Uploaded CPython 3.9macOS 12.0+ x86-64

mmu-0.2.0rc1-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.0rc1.tar.gz.

File metadata

  • Download URL: mmu-0.2.0rc1.tar.gz
  • Upload date:
  • Size: 224.2 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.0rc1.tar.gz
Algorithm Hash digest
SHA256 9dd71f12dc3388e495d15459f049b2a541c7f739f0f35e4591c73e39ef7840c4
MD5 09bb3bc84c3e79690274c8a83df2764f
BLAKE2b-256 e2ab3fc12db88e2da777007fedda69e953253a79f6c17ed1b361726bf859fd1c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 478.1 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.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e88bde7e03ce6b9043664ce8e786743d68660e2e0601371b02dcc354a9b3e266
MD5 75cf92e1877214f2246966b2bfeee9ea
BLAKE2b-256 efb97046f96cec2d3435b503addb69da187bfe0e573b5aa5888bda1567cb96bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b29ea5ec37fd4acba15af07e0f353fa209fd43f08f8c68ba2db4a26ce349f699
MD5 b9118f1d115eec822d217a5bf3640e5f
BLAKE2b-256 efe64fc4710a095bf62fe60faffc0ad8af0d5892e21857ef9b4f7b92c80412e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5118b7e36bfe1a7a4c4fd4a3bcf0250110d4fb36217abcd73cc1bc0d4bd314f1
MD5 fb49c7039ec4c2de097798a01d66ef9a
BLAKE2b-256 1078d21ec0fab258ea48f0a698f283e5f330982a0fa832a1efe4eba36b02fac7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 791bd0dd070679db54c50ac41b4ddce06419b553024f425dc169b7b1f2b89648
MD5 1a1ad2f8a457af5fb526213c7ebf89d0
BLAKE2b-256 4b593c30c00edde75c12913de1c6ec8551a6e0bcebf0aa8d9404dfb13e7f3209

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-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.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 79b32fc03c902def51c9b9af03db6b0faa646b666dae1421db1100188c36501c
MD5 495109c3c042ad19cb04a4eaf52eb1d3
BLAKE2b-256 9f7f1f9f361a32b1a5a29904d0f190657b1a33fecf2bb616066eb70d93bb3aef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1785e6434e46de62ac14a12360a7cae0926393227f9fa513b5cba0bcbdca2b6
MD5 5c9df3d0c630c494618186d5f14213e5
BLAKE2b-256 38e88efd838190cf7ef3ab859065e109fa4ac6aad97e1362681d66cf6958ff0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 dbc48e29e2d918f0f530c7c313d162897bf0db742250d0b58d72eae4092cbaa9
MD5 6696c0a4dd03a5a0a50cd3277181591a
BLAKE2b-256 68187065a48375eeff9f850720449da9483403f1c29f2c52d5d98c7aedc6e7ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e6c06945883012fb0951d44437343937eb97eaeb03e618b5bc736adcd96b13e6
MD5 f39429be02e42874836587c26afc08f7
BLAKE2b-256 cc34706d54a200e3f9df510e09181e789146b18fb515f3a45cecc4463ef0708b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-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.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 20c24082b4f35b81a2b5b6ecc30ddeef25e99ec40a1a16bb16fc5e655dde1182
MD5 fda77f1050a2b926abb6dde05c0d5ba5
BLAKE2b-256 3a1e0934f3ae1cc46a5b823bcf07020bf51880f35ae95fb2c37661a7882c2c23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 439cd9e969d862019247acf631cba482cfffdf8e477648e58fb9e0ad942221a5
MD5 99a7d9872c2e5a59d1742bdb4303421d
BLAKE2b-256 588cb55ac480c6489a115b662f839410bfaf7891a623759b6bebe6d2e66f3fb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e93c7363971a43dcd804672b263fcaf52e5dbb87e353291308cd38c6b2a9ce6c
MD5 2f2c424856939c0f103cbc4339086e45
BLAKE2b-256 8cd5e336de196ca8877353cb5db70cda4ee10b27caf12b2099e128c7b193c85b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a12475acd0f5cf92d901bb3f4c1b7529c064775fe752b645924b48c751f88b0d
MD5 df700b069635272f1925a487718654f1
BLAKE2b-256 2b0bb6ddf3b30f7b74129fe6fcfc68dccd21bc51a4d026aef5d7b8283174347d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-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.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5006b719e2e1eb1bc7be514825f81838e8658e0d87a7e8c9756c076b5e805984
MD5 206237494d5c30e75ad5e5fff479063e
BLAKE2b-256 7cc916af92221f1f4b569c71bdc46c8b07fa90f93c713607095b8bf1f7215f64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd85d13bf6a6654f6cdc221c3eda75ea1e61a85ebe3227529d1b0fcf938fbe2f
MD5 86aa92469e60622b6113bbecb44d3192
BLAKE2b-256 ea2947c6f90695b8df02f6d37d549f63ecaadba53839da5df5e48ca28a81f5c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 83ce3e1eb315b162a9b036c00654824b9e77968ddd91d647e04dfb81c865c4dc
MD5 f73637c482cffa0cc47151b9bda6329d
BLAKE2b-256 788ad6a734d93df4ff95e82fdf9519bd95fa7f25840a751fb782b108f123f310

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 27ed19e4354c4820e27d12ac2e951d9e5f1b3b577d479a7ac0e74cccd7586c4a
MD5 e2490a288fa377730357df757640898a
BLAKE2b-256 9e9573ed67feb2343f3dba263ec65123d008bd97d41d3b5887751e9b132ef601

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-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.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8a7576fbe2bf5491a5ecb3e475f1cd47df26f7b21420d23fd5b453069be32d5b
MD5 fc2a5d99e2187827d768050959614e9c
BLAKE2b-256 7900c53af70b9b02619c7f25cd10bd4e47eca151d7e2ff46cd670f4692978288

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5899231a98cff8143f2314425f41b0842934bc72ed0d492cd29b7be3fdf4f281
MD5 f5cdc79bb720fbeb216ae3f5b41adc83
BLAKE2b-256 aad23cb98c687be18880ad863574c7a20f65fedef75a496dc227068f7ad3195f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6e485ed5914bd9c1dd843b5aeb9c9d2fcad626783b3bc4c72ff61deb5eba608f
MD5 a6a43b0f5aeac70ba1ef8acc07cd99ff
BLAKE2b-256 7cd6b3cebf2942e3bf798d161537001943d63a0bd901b30a7b3b2cc3704f8985

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7e37e156b5595bfb23494cbc0dee4a28b8e7307dfbb4feae669761a71e483cf2
MD5 e499a57fc0412fa1cbc9530617927377
BLAKE2b-256 4f6c32019fa49117ba112c83fe8af9777cf33402a3f3b1afab91485c178db6d4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: mmu-0.2.0rc1-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.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a739339c4183a82a92ccd8460314b85ec0bd18567d62a3ce91aa75442af6e7e7
MD5 d72f6bf4a5732d04c6dabc11fcf1f2bb
BLAKE2b-256 ea58fd16f36e281a77a21a309612278fdb4ac547aae4d21a2c367a837468310a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c7df468cf23c75452ec857f97a97a6f8ca52c6b432812a1adbb92f2490577a9
MD5 616516deff1cf9da275439cf1d9bd787
BLAKE2b-256 51487b0c306e20a60131cf6e43ef8b632abf16cdf7c5280728771dd86822eb9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f9d0d15d298a6fded94c7b27df85abe6d08f711e4179dc74e1a84311c8b2671b
MD5 fd62524c4c3ee6b2fef67ce82bd9dc76
BLAKE2b-256 297eba48958f8d82a0553e94f2eb6d35f2a4aaee75ee26ebb4d285409f22dd35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for mmu-0.2.0rc1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a985d3cfc329c50761797cd9927c6f3cd993e766bf6b298201adc9136f7f715a
MD5 2377a0cabf0312dfc09a71fa40206848
BLAKE2b-256 9bfb17d77bf4422f68ee9091eacb9b43d28168284b51bef9965889eef9bc22b5

See more details on using hashes here.

Provenance

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