An open platform for accelerating the development of eXplainable AI systems
Project description
MLxplain 
An open platform for accelerating the development of eXplainable AI systems
Installation
pip install mlxplain
Contribution
Install Python
Install Python, version 3.9 or newer (3.11 recommended):
- 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.
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
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 mlxplain-1.0.4.tar.gz.
File metadata
- Download URL: mlxplain-1.0.4.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
543c1ff2a295df7713c4d4b6b55b022cb21d984ece5204b60682289098f64990
|
|
| MD5 |
012dbee59c18ad959f27af47ed5c000b
|
|
| BLAKE2b-256 |
2130a27f48f356ef98138d8ad0d46427ec29c571b07ab321748710b351852a51
|
File details
Details for the file mlxplain-1.0.4-py3-none-any.whl.
File metadata
- Download URL: mlxplain-1.0.4-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9938ad0a03c333a2513d8405d9b911a8e4ec5de8a0e6ed06f161799ff8327ea
|
|
| MD5 |
54f7c586fe9a7818076679c4215d37d0
|
|
| BLAKE2b-256 |
a534b510d554417c57775aa380aea4fafffa4647d71cc0910eb74cbe67c7764d
|