/interpretable-ai-book

Code associated with my Interpretable AI Book (https://www.manning.com/books/interpretable-ai)

Primary LanguageJupyter Notebook

Interpretable AI - Building Explainable Machine Learning Systems

This repository contains Jupyter notebooks implementing the code samples found in the book Interpretable AI - Building Explainable Machine Learning Systems (Manning Publications). The book features far more content than you will find in these notebooks.

Setup

These notebooks use Python 3.7, scikit-learn 0.21.3 and PyTorch 1.4.0. You can create the conda environment from the environment.yml file as follows.

conda env create -f environment.yml

The environment name is interpretable-ai and it can be activated as follows.

conda activate interpretable-ai

Table of Contents