A Toolbox for the Evaluation of Explanations
Project description
teex
A Python Toolbox for the Evaluation of machine learning Explanations.
This project aims to provide a simple way of evaluating all kinds of individual black box explanations. Moreover, it contains a collection of easy-to-access datasets with available ground truth explanations.
Installation
The teex package is on PyPI. To install it, simply run
pip install teex
Note that Python >= 3.5 is required.
Tutorials and API
The full API documentation can be found on Read The Docs.
Here are some sample notebooks on basic usages and examples:
Datasets
To use a dataset, simply search the one you want in the API documentation and:
from teex import datasets
data = datasets.Kahikatea()
X, y, explanations = data[:100]
Contributing
Before contributing to teex, please take a moment to read the manual.
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
File details
Details for the file teex-0.1a1.tar.gz
.
File metadata
- Download URL: teex-0.1a1.tar.gz
- Upload date:
- Size: 37.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 766f3e308c51095cac6eff3d76ce7d7012c196bfabef65fb6efab4ce9ec20b29 |
|
MD5 | a63cc855933453b73b6860ac7480b2ae |
|
BLAKE2b-256 | a3759a3779abd8cb1e218c5044d65953ac36299d7684d9ff3ec382f0f41e3ecf |
File details
Details for the file teex-0.1a1-py3-none-any.whl
.
File metadata
- Download URL: teex-0.1a1-py3-none-any.whl
- Upload date:
- Size: 45.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c60e74f05aa4e26671d52b08539021da2e897a926c65986ecb25c011ae857d9e |
|
MD5 | 07f4cd2efc3da3c2d9b2cf9bd843e897 |
|
BLAKE2b-256 | aa083076e3faefd9e704c01792fa19ac1ccd1708b3df5d488e0efad1e3e9dca4 |