/pydata_nyc2018-intro-to-model-interpretability

Notebook and slides for my talk at Pydata NYC 2018

Primary LanguageJupyter Notebook

PyData NYC 2018: Introduction to Model Interpretability

Slides

Available here

Setup instructions

Make sure you are using Python 3.6+

with Anaconda:

conda create -n interpretability --file requirements.txt -c conda-forge
conda source interpretability

with pip:

pip install -r requirements.txt