Spaces:
Sleeping
Sleeping
Commit
·
e28a7df
1
Parent(s):
3f46b34
Remove shap import
Browse files
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
|