Skip to content

xmlx-io/xml-book-code

Repository files navigation

Build Status GitHub Release
MIT Licence Python 3.7
Read Book

💾 eXplainable Machine Learning – Code 💾

This repository holds a Python package implementing a collection of modules used by the eXplainable Machine Learning book (Jupyter Book).

Usage

The package can be installed with

pip install .

To run the tests, first install the development dependencies

pip install -r requirements-dev.txt

and execute

PYTHONPATH=./ pytest \
  --junit-xml=_pytest_junit.xml \
  --cov-report=term-missing \
  --cov-report=xml:_pytest_coverage.xml \
  --cov=xml_book \
  xml_book/

Useful Resources

About

A Python package supporting the XML Book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published