This repository holds a Python package implementing a collection of modules used by the eXplainable Machine Learning book (Jupyter Book).
The package can be installed with
pip install .To run the tests, first install the development dependencies
pip install -r requirements-dev.txtand execute
PYTHONPATH=./ pytest \
--junit-xml=_pytest_junit.xml \
--cov-report=term-missing \
--cov-report=xml:_pytest_coverage.xml \
--cov=xml_book \
xml_book/- XMLX Organisation
- XML Book