explain
Browse files
app.py
CHANGED
@@ -220,10 +220,11 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
220 |
""")
|
221 |
|
222 |
with gr.Tab("Explainable AI"):
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
|
|
227 |
sorted feature from top(most import)
|
228 |
|
229 |
dist_subway when at low value(green) make big impact to price
|
|
|
220 |
""")
|
221 |
|
222 |
with gr.Tab("Explainable AI"):
|
223 |
+
|
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
|