explain
Browse files
app.py
CHANGED
@@ -224,6 +224,12 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
224 |
df=pd.read_csv("./xgb/re.csv")
|
225 |
|
226 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
Explain by Dataset
|
228 |
===============
|
229 |

|
|
|
224 |
df=pd.read_csv("./xgb/re.csv")
|
225 |
|
226 |
gr.Markdown("""
|
227 |
+
|
228 |
+
**Context:**
|
229 |
+
This analysis is derived from an XGBoost regression model designed to predict house prices. The model utilizes features such as **dist_subway, age, lat, long,** and **dist_stores**.
|
230 |
+
|
231 |
+
Full dataset at the bottom of this tab
|
232 |
+
|
233 |
Explain by Dataset
|
234 |
===============
|
235 |

|