| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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/| Back | FazBrowse Home | New Git URL |