kevinhug commited on
Commit
4542e54
·
1 Parent(s): c559868
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -224,14 +224,16 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
224
  gr.HTML("""
225
  <h1>Explain by Dataset</h1>
226
  <br/>
227
- <img src="xgb/data.png" />
 
228
  sorted feature from top(most import)
229
 
230
  dist_subway when at low value(green) make big impact to price
231
 
232
  Explain by Feature
233
  =============
234
- ![](xgb/feature.png)
 
235
  dist lower than 900 spike the price f(x)
236
 
237
  also highlighted the shap value for record[20] at around 6500
 
224
  gr.HTML("""
225
  <h1>Explain by Dataset</h1>
226
  <br/>
227
+ <img src="https://huggingface.co/spaces/kevinhug/clientX/resolve/main/xgb/data.png" />
228
+
229
  sorted feature from top(most import)
230
 
231
  dist_subway when at low value(green) make big impact to price
232
 
233
  Explain by Feature
234
  =============
235
+
236
+ <img src="https://huggingface.co/spaces/kevinhug/clientX/resolve/main/xgb/feature.png" />
237
  dist lower than 900 spike the price f(x)
238
 
239
  also highlighted the shap value for record[20] at around 6500