Rules extraction for eXplainable AI
Project description
Rules extraction
Rules extraction for eXplainable AI
Contribution
Install dependencies
Using pip
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.lock
Using Rye
Ensure rye
is accessible in the $PATH
environment variable.
Rye will automatically download the suitable Python toolchain as needed.
To check the installation, check the following commands return an output:
rye --version
Install python dependencies and activate the virtualenv:
rye sync
rye shell
Install Pre-commit hooks
Git hooks are used to ensure quality checks are run by all developers every time before a commit.
pre-commit install
Pre-commit hooks can be run manually with:
pre-commit run --all-files
Release
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
rules_extraction-0.0.4.tar.gz
(18.2 kB
view hashes)
Built Distribution
Close
Hashes for rules_extraction-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e96b0e01302236920a48289537ae6cb03313a5eae31301aa2fb0bd37767112a1 |
|
MD5 | 7ff172e2e52851f33490daf2fa854bd0 |
|
BLAKE2b-256 | 0efad8f1186c621fe1bbfd1e43a8e69c27304491a44d1c0b99d65d2feea3ccef |