Spaces:
Runtime error
Runtime error
paragon-analytics
commited on
Commit
•
3a53d21
1
Parent(s):
f28ef72
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def adr_predict(x):
|
|
91 |
# shap_scores = interpretation_function(str(x).lower())
|
92 |
|
93 |
shap_values = explainer([str(x).lower()])
|
94 |
-
local_plot = shap.plots.text(shap_values[0], display=False
|
95 |
|
96 |
# local_plot = (
|
97 |
# ""
|
|
|
91 |
# shap_scores = interpretation_function(str(x).lower())
|
92 |
|
93 |
shap_values = explainer([str(x).lower()])
|
94 |
+
local_plot = shap.plots.text(shap_values[0], display=False)
|
95 |
|
96 |
# local_plot = (
|
97 |
# ""
|