Skip to content

Hosting of the XML Book – the content is deployed from the xml-book repository

License

Notifications You must be signed in to change notification settings

xmlx-dev/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

Hosting of the XML Book – the content is deployed from the xml-book repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published