FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

xmlx-dev/xml-book-code: Hosting of the XML Book – the content is deployed from the xml-book repository · GitHub

Repository files navigation



💾 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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL