Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ if show_regression and selected_feature in X.columns and selected_target == 'Med
|
|
219 |
line = model_feature.predict(X_feature)
|
220 |
ax.plot(df[selected_feature], line, color='red', linewidth=2)
|
221 |
|
222 |
-
st.pyplot(
|
223 |
|
224 |
# Prediction
|
225 |
st.subheader('Predict Median House Value')
|
|
|
219 |
line = model_feature.predict(X_feature)
|
220 |
ax.plot(df[selected_feature], line, color='red', linewidth=2)
|
221 |
|
222 |
+
st.pyplot(residuals)
|
223 |
|
224 |
# Prediction
|
225 |
st.subheader('Predict Median House Value')
|