kevinhug commited on
Commit
1616812
·
1 Parent(s): 2e09fa8
Files changed (1) hide show
  1. app.py +6 -0
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
  ![Summary](file=./xgb/data.png)
 
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
  ![Summary](file=./xgb/data.png)