explain
Browse files- app.py +6 -5
- 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 |
-
|
| 226 |
-
|
| 227 |
-
|
| 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 |
-
:
|
| 223 |
|
| 224 |
gr.Markdown("""
|
| 225 |
+
Explain by Dataset
|
| 226 |
+
=============
|
| 227 |
+
)
|
| 228 |
|
| 229 |
sorted feature from top(most import)
|
| 230 |
|
|
|
|
| 239 |
|
| 240 |
Explain by Feature
|
| 241 |
=============
|
| 242 |
+
)
|
| 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 |
+
)
|
| 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
|