Skip to main content

SafetyCage

SafetyCage is a Python package for detecting misclassified predictions from machine learning models in classification tasks. It provides a unified interface for multiple statistical detection methods, enabling users to quantify prediction reliability and flag potentially incorrect outputs across different models and datasets easily.

It is available on PyPI here: https://pypi.org/project/safetycage/.

Background

The idea behind safetycage is that we can find statistics on each predicted sample and compare that statistic to some statistic threshold “alpha” to predict whether the sample prediction was incorrectly classified.

Description

Machine learning models can produce incorrect predictions with high confidence. SafetyCage addresses this by providing post-hoc misclassification detection methods that operate on model outputs or internal representations.

The package includes several methods:

  • MSP (Maximum Softmax Probability)
  • DOCTOR (Error probability estimation)
  • Mahalanobis (Distance-based statistical testing)
  • SPARDACUS (Projection + density estimation approach)

Each method outputs a statistic or p-value that reflects how likely a prediction is to be incorrect.

Alternatively, you can implement your own method by initializing a base class from the safetycage abstract base class, which defines how methods should be implemented.

Requirements

Currently, safetyCage requires Python 3.11.7. Consider creating an environment for your project with safetycage that uses Python 3.11.7.

We are working to make this more flexible.

Installation

Install via pip using the command:

pip install safetycage

The dependencies should be automatically installed when you install safetycage. If not, consider seeing the dependencies listed in the pyproject.toml available on GitHub.

Tutorials & Examples

To learn how to use safetycage, check out the safetycage tutorials available at https://github.com/safety-cage/safetycage-tutorials. These provide full examples and tutorials on how to use safetycage, and thus also providing scripts to train models to test the safetycage methods on!

Changelog

See the CHANGELOG.MD for details on versioning.

Support

If you encounter issues or have questions:

Contributing

If you would like to contribute, please reach out to our safetycage team, listed below!

Authors

Acknowledgment

The MSP method was introduced by Hendrycks and Gimpel in A Baseline for Detecting Misclassified and Out-of-Distribution Examples in Neural Networks.

The DOCTOR method was introduced by Granese et al. in DOCTOR: A Simple Method for Detecting Misclassification Errors.

A proper citation for these methods is provided in the docstring of the code using these methods.

A special thank you goes to previous co-authors of the methods we have built, Filippo Remonato, Shawn Benedict, and Albert Ndur-Osei.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project status

Active and under development!

Citation

If you use safetycage, please cite us!

Download files

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

Source Distribution

safetycage-0.0.58.tar.gz (31.0 kB view details)

Uploaded Source

Built Distribution

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

safetycage-0.0.58-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file safetycage-0.0.58.tar.gz.

File metadata

  • Download URL: safetycage-0.0.58.tar.gz
  • Upload date:
  • Size: 31.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.14

File hashes

Hashes for safetycage-0.0.58.tar.gz
Algorithm Hash digest
SHA256 b15cec1a24d1f2f8498651771bae08db0a2a0e40bc62bad9abbff31bf0bc2a48
MD5 a69d7991b5a5f82e3d327910c7f4daf0
BLAKE2b-256 4f11dad888452c1a21ac916dacec3e6028ba39a7bde184948e9279dff3e846af

See more details on using hashes here.

File details

Details for the file safetycage-0.0.58-py3-none-any.whl.

File metadata

File hashes

Hashes for safetycage-0.0.58-py3-none-any.whl
Algorithm Hash digest
SHA256 37c285a3aedba2e4238abe67ca42c6354096c03aee7a2c749226d859e3a9ed07
MD5 8ea1724745942a7e7f25b7ec0a484d68
BLAKE2b-256 fda65a628b4a82029b8a2497a626b11f8e651f20793ab6c9facc11afdb439a61

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.63

2 files

0.0.62

2 files

0.0.61

2 files

0.0.60

2 files

0.0.59

2 files

This release

0.0.58 This release

2 files

0.0.57

2 files

0.0.56

2 files

0.0.55

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 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