Skip to main content

A package implementing dataset alterations to test explainability methods for machine learning.

Project description

explainability-challenges

Testing

The test suite is executable via the pytest package. First, install pytest with

pip install pytest

Then, install the package locally for development purposes by running

pip install -e .

in the root directory of the project. Finally, run the test suite with

pytest

To run only fast tests, run

pytest -m "not slow"

OS-Specific Issue

For Windows devices, if the script hangs due to kaleido, run

pip uninstall kaleido
pip install kaleido==0.1.0.post1

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

explainability-challenges-0.0.1.tar.gz (21.3 kB view hashes)

Uploaded Source

Built Distribution

explainability_challenges-0.0.1-py3-none-any.whl (28.7 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