Skip to main content

Jupyter notebook toolbox for model interpretability/explainability

Project description

Documentation Status

ExpyBox

ExpyBox is a Jupyter notebook toolbox for model interpretability/explainability. It lets you create interactive Jupyter notebooks to explain your model.

Usage

This package is meant to be used inside of Jupyter notebook, other usage makes little to no sense. First you need to import and instantiate the ExpyBox class:

from expybox import ExpyBox
expybox = ExpyBox(predict_function, train_data, kernel_globals=globals())

Now you can use the supported interpretability methods, like this:

expybox.lime()

which creates a form like this:

Instalation

Because of alibi package ExpyBox requires 64-bit Python 3.7 or higher. It is also recommended to create separate virtual enviroment - you can use Pythons venv.

Otherwise the installation process is the same as for other packages, just use pip:

pip install expybox

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

expybox-0.0.5.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

expybox-0.0.5-py3-none-any.whl (20.3 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