Extract calibrated explanations from machine learning models.
Project description
Calibrated Explanations
Calibrated Explanations is a Python library that is able to explain predictions of a black-box model using Venn Abers predictors (classification) or conformal predictive systems (regression) and perturbations.
Install
First, you need a Python environment installed with pip.
Calibrated Explanations can be installed from PyPI:
pip install calibrated-explanations
The dependencies are:
Getting started
>>> import calibrated_explanations
... TODO: write me...
Development
This project has tests that can be executed using pytest
.
Just run the following command from the project root.
pytest
Further reading
The calibrated explanations library is based on the paper "Calibrated Explanations for Black-Box Predictions" by Helena Löfström, Tuwe Löfström, Ulf Johansson and Cecilia Sönströd.
If you would like to cite this work, please cite the above paper.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for calibrated-explanations-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a775c7549b6f933d4aef731e15b70e0afe717d2342c7f745dafa8b94a569584 |
|
MD5 | 13b63a4802866f2bbdf5952b9e5de2f4 |
|
BLAKE2b-256 | 3160a9e3bcd7932acd7ceee8342f71094e62dc4c7202e9db64ebed5e8ea5b316 |
Hashes for calibrated_explanations-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20cb157eece98d98cc7580920c0eaa19d91957de12dfc46288a462b2c3c64f43 |
|
MD5 | 64f8ee5394cd1c46b98d649edf95b712 |
|
BLAKE2b-256 | 63c3ddb2062f313e923408c9c621bf44f471d86030b9df9a94ab14966a21c094 |