kevinhug commited on
Commit
f7a5246
·
1 Parent(s): fecf747
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -226,7 +226,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
226
  gr.Markdown("""
227
  Explain by Dataset
228
  =============
229
- ![summary]("/file=./xgb/data.png")
230
 
231
  sorted feature from top(most import)
232
 
@@ -241,7 +241,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
241
 
242
  Explain by Feature
243
  =============
244
- ![partial_dependence](/file=./xgb/feature.png)
245
 
246
  dist lower than 900 spike the price f(x)
247
 
@@ -249,7 +249,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
249
 
250
  Explain by Record
251
  =============
252
- ![force](/file=./xgb/record.png)
253
 
254
  the largest contribution to positive price is dist_subway
255
 
@@ -257,7 +257,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
257
 
258
  Explain by Instance
259
  =============
260
- ![dependence](/file=./xgb/instance.png)
261
 
262
  at around 500 dist_subway, it possible for positive impact and negative impact for price
263
 
 
226
  gr.Markdown("""
227
  Explain by Dataset
228
  =============
229
+ ![summary](file=./xgb/data.png)
230
 
231
  sorted feature from top(most import)
232
 
 
241
 
242
  Explain by Feature
243
  =============
244
+ ![partial_dependence](file=./xgb/feature.png)
245
 
246
  dist lower than 900 spike the price f(x)
247
 
 
249
 
250
  Explain by Record
251
  =============
252
+ ![force](file=./xgb/record.png)
253
 
254
  the largest contribution to positive price is dist_subway
255
 
 
257
 
258
  Explain by Instance
259
  =============
260
+ ![dependence](file=./xgb/instance.png)
261
 
262
  at around 500 dist_subway, it possible for positive impact and negative impact for price
263