Skip to main content

Rules extraction for eXplainable AI

Project description

Rules extraction Python checks

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

To publish the package on PyPI, refer to RELEASE.

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

rules_extraction-0.1.0.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

rules_extraction-0.1.0-py3-none-any.whl (11.2 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