data-umbrella-2020-streamlit-ml

MIT License

Stars
13
Committers
4

Streamlit Talk for Data Umbrella 2020

Simple dashboard using SHAP values and Anchors for explanations for predictions:

Usage

  1. Install anaconda.

  2. Create a virtual environment:

conda create -n data-umbrella-streamlit python=3.8
conda activate data-umbrella-streamlit
  1. Clone this repository
git clone https://github.com/thomasjpfan/data-umbrella-2020-streamlit-ml.git
cd data-umbrella-2020-streamlit-ml
  1. Install requirements:
pip install -r requirements-all.txt
  1. Run the intro:
streamlit run intro.py --server.runOnSave True
  1. Run the explanation:
streamlit run explain.py --server.runOnSave True

License

This repo is under the MIT License.