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
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 explainability-challenges-0.0.1.tar.gz
.
File metadata
- Download URL: explainability-challenges-0.0.1.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4bde3a1abed7bb203fbb2e9fa400472ee4be1e844c21845ffd42abf2b83dc3c |
|
MD5 | 954714fb45425c98ab18b5ac0ed6c61a |
|
BLAKE2b-256 | 2f65863ad5d1606251c6ee20e628fec2b3d980e4ad36d466a08323e196080090 |
File details
Details for the file explainability_challenges-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: explainability_challenges-0.0.1-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5994c1a5a731203ca805721e733414fec5b021e60e531bea9e8aa66ec4808a91 |
|
MD5 | 33063c9d9d71d39eb34546411cd9e0eb |
|
BLAKE2b-256 | 5f8696edae77589c099e35a77860cf996769891a8208e4cf27b85271a9cc1ded |