kevinhug commited on
Commit
4bdb496
Β·
1 Parent(s): b412189
app.py CHANGED
@@ -225,7 +225,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
225
  gr.Markdown("""
226
  Explain by Dataset
227
  =============
228
- ![summary](("/file=./xgb/data.png"))
229
 
230
  sorted feature from top(most import)
231
 
@@ -240,7 +240,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
240
 
241
  Explain by Feature
242
  =============
243
- ![partial_dependence](("/file=./xgb/feature.png"))
244
 
245
  dist lower than 900 spike the price f(x)
246
 
@@ -248,7 +248,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
248
 
249
  Explain by Record
250
  =============
251
- ![force](("/file=./xgb/record.png"))
252
 
253
  the largest contribution to positive price is dist_subway
254
 
@@ -256,11 +256,13 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
256
 
257
  Explain by Instance
258
  =============
259
- ![dependence](("/file=./xgb/instance.png"))
260
 
261
  at around 500 dist_subway, it possible for positive impact and negative impact for price
262
 
263
  over all trend is negative that mean, closer to subway is contribute to higher price
 
 
264
  """)
265
 
266
 
 
225
  gr.Markdown("""
226
  Explain by Dataset
227
  =============
228
+ ![summary](("/file=data.png"))
229
 
230
  sorted feature from top(most import)
231
 
 
240
 
241
  Explain by Feature
242
  =============
243
+ ![partial_dependence](("/file=feature.png"))
244
 
245
  dist lower than 900 spike the price f(x)
246
 
 
248
 
249
  Explain by Record
250
  =============
251
+ ![force](("/file=record.png"))
252
 
253
  the largest contribution to positive price is dist_subway
254
 
 
256
 
257
  Explain by Instance
258
  =============
259
+ ![dependence](("/file=instance.png"))
260
 
261
  at around 500 dist_subway, it possible for positive impact and negative impact for price
262
 
263
  over all trend is negative that mean, closer to subway is contribute to higher price
264
+
265
+ there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
266
  """)
267
 
268
 
xgb/data.png β†’ data.png RENAMED
File without changes
xgb/feature.png β†’ feature.png RENAMED
File without changes
xgb/instance.png β†’ instance.png RENAMED
File without changes
xgb/record.png β†’ record.png RENAMED
File without changes