Skip to main content

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


Download files

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

Source Distribution

teex-0.1a1.tar.gz (37.4 kB view hashes)

Uploaded Source

Built Distribution

teex-0.1a1-py3-none-any.whl (45.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page