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

xmlx-io/xml-book-code: A Python package supporting the XML Book · GitHub

This repository was archived by the owner on Jul 26, 2024. It is now read-only.
/ xml-book-code Public archive

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

A Python package supporting the XML Book

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL