Rules extraction for eXplainable AI
Project description
Rules extraction 
Rules extraction for eXplainable AI
Installation
pip install rules-extraction
Contribution
Install Python
Install Python, version 3.9 or newer (3.11 recommanded):
- Linux, macOS, Windows/WSL: Use your package manager to install
python3andpython3-dev - Windows:
winget install Python.Python.3.11
[!WARNING] On Windows, avoid installing Python through the Microsoft Store as the package has additional permission restrictions.
Install dependencies
Using pip
python -m venv .venv
source .venv/bin/activate
pip install .
[!NOTE] On Windows, use
.venv\Scripts\activateinstead.
Add dependencies
To add new dependencies to the project, add them to the pyproject.toml file.
To add them to the virtualenv, use:
pip install .
Work with virtualenv
To activate the virtualenv, use the standard methods:
- Unix:
source .venv/bin/activate - Windows:
.venv\Scripts\activate
To leave the virtualenv, use deactivate.
Install Pre-commit hooks
Git hooks are used to ensure quality checks are run by all developers every time before a commit.
Install with pip install pre-commit.
To enable pre-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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rules_extraction-0.1.4.tar.gz.
File metadata
- Download URL: rules_extraction-0.1.4.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbea5318af575f76c03c3b273609d1bb2643838112d11312a1347bd0f4d1d01e
|
|
| MD5 |
b6b4bfce75146995cd3b86363d7dcddf
|
|
| BLAKE2b-256 |
47323c00d19f637b43686fc5cb0d231aa7bfa9af3f3cc7fe71133decdb59bf51
|
File details
Details for the file rules_extraction-0.1.4-py3-none-any.whl.
File metadata
- Download URL: rules_extraction-0.1.4-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc56f8e7441c0d4912a80577c6778ab03b31e40b4c135e6489c40e1d5ab2e1d4
|
|
| MD5 |
96f74d287e8dea62d98479509fb1a31e
|
|
| BLAKE2b-256 |
be3403e0956c694cf6c750bdc577003a968899e2fe7c01e55b273d7d4ee9499d
|