Skip to main content

An open platform for accelerating the development of eXplainable AI systems

Project description

MLxplain build

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 python3 and python3-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\activate instead.

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

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

mlxplain-1.0.3.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

mlxplain-1.0.3-py3-none-any.whl (21.8 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