Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created December 14, 2020 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betterdatascience/bba0e4469814751cd10c8eb144a1b1aa to your computer and use it in GitHub Desktop.
Save betterdatascience/bba0e4469814751cd10c8eb144a1b1aa to your computer and use it in GitHub Desktop.
001_lime_vs_shap
import numpy as np
import pandas as pd
wine = pd.read_csv('wine.csv')
wine.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment