deeploy-adubowski commited on
Commit
e28a7df
·
1 Parent(s): 3f46b34

Remove shap import

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import streamlit as st
4
  import pandas as pd
5
  import logging
6
  from deeploy import Client
7
- from shap import TreeExplainer
8
 
9
 
10
  # reset Plotly theme after streamlit import
 
4
  import pandas as pd
5
  import logging
6
  from deeploy import Client
 
7
 
8
 
9
  # reset Plotly theme after streamlit import