Spaces:
Sleeping
Sleeping
Commit
·
2a5e5eb
1
Parent(s):
20aea5e
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import xgboost
|
|
7 |
import shap
|
8 |
import plotly.tools as tls
|
9 |
import dash_core_components as dcc
|
10 |
-
from shap_plots import shap_summary_plot
|
11 |
import matplotlib
|
12 |
import plotly.graph_objs as go
|
13 |
try:
|
|
|
7 |
import shap
|
8 |
import plotly.tools as tls
|
9 |
import dash_core_components as dcc
|
10 |
+
from shap_plots.py import shap_summary_plot
|
11 |
import matplotlib
|
12 |
import plotly.graph_objs as go
|
13 |
try:
|