Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ if st.button("Предсказать цену"):
|
|
63 |
st.write("SHAP Force Plot:")
|
64 |
fig, ax = plt.subplots()
|
65 |
shap.force_plot(explainer.expected_value, shap_values, input_data, matplotlib=True, show=False)
|
66 |
-
st.pyplot(fig)
|
|
|
63 |
st.write("SHAP Force Plot:")
|
64 |
fig, ax = plt.subplots()
|
65 |
shap.force_plot(explainer.expected_value, shap_values, input_data, matplotlib=True, show=False)
|
66 |
+
st.pyplot(fig)
|