Installation

Install from PyPI

pip install mlexplainer

Optional Dependencies

For development and testing:

# Install with development dependencies
poetry install --with dev,codequality,docs

# Or with pip
pip install mlexplainer[dev]