Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-cspark committed May 2, 2019
1 parent a72f12b commit e6464b3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# PyconUS_2019-model-interpretability-tutorial
# PyConUS 2019 - Model Interpretability Tutorial

Content for the Model Interpretability Tutorial at Pycon US 2019

## Setup instructions

With Anaconda:

```
conda install --file requirements.txt -c conda-forge
```

With pip:

```
pip install -r requirements.txt
```

## Running

```
jupyter notebook
```

Then use the `__skeleton.ipynb` files to work on the exercises, the `__solution.ipynb` contain solutions.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
numpy==1.16.1
pandas==0.24.2
shap==0.28.5
lime==0.1.1.33
scikit-image==0.15
eli5==0.8.1
scikit-learn==0.20.3
lightgbm==2.2.2
keras==2.2.4
matplotlib==3.0.2

0 comments on commit e6464b3

Please sign in to comment.