kevinhug commited on
Commit
f8c7440
·
1 Parent(s): f808f68
Files changed (2) hide show
  1. app.py +6 -5
  2. data.png → xgb/data.png +0 -0
app.py CHANGED
@@ -222,9 +222,9 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
222
  with gr.Tab("Explainable AI"):
223
 
224
  gr.Markdown("""
225
- <h1>Explain by Dataset</h1>
226
- <br/>
227
- <img src="data.png" />
228
 
229
  sorted feature from top(most import)
230
 
@@ -239,15 +239,16 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
239
 
240
  Explain by Feature
241
  =============
 
242
 
243
- <img src="https://huggingface.co/spaces/kevinhug/clientX/resolve/main/xgb/feature.png" />
244
  dist lower than 900 spike the price f(x)
245
 
246
  also highlighted the shap value for record[20] at around 6500
247
 
248
  Explain by Record
249
  =============
250
- ![force](./xgb/record.png)
 
251
  the largest contribution to positive price is dist_subway
252
 
253
  second contribution is age
 
222
  with gr.Tab("Explainable AI"):
223
 
224
  gr.Markdown("""
225
+ Explain by Dataset
226
+ =============
227
+ ![summary](("/file=./xgb/data.png"))
228
 
229
  sorted feature from top(most import)
230
 
 
239
 
240
  Explain by Feature
241
  =============
242
+ ![partial_dependence](("/file=./xgb/feature.png"))
243
 
 
244
  dist lower than 900 spike the price f(x)
245
 
246
  also highlighted the shap value for record[20] at around 6500
247
 
248
  Explain by Record
249
  =============
250
+ ![force](("/file=./xgb/record.png"))
251
+
252
  the largest contribution to positive price is dist_subway
253
 
254
  second contribution is age
data.png → xgb/data.png RENAMED
File without changes