explain
Browse files- app.py +5 -5
- data.png β xgb/data.png +0 -0
- feature.png β xgb/feature.png +0 -0
- instance.png β xgb/instance.png +0 -0
- record.png β xgb/record.png +0 -0
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](
|
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](
|
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](
|
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](
|
261 |
|
262 |
at around 500 dist_subway, it possible for positive impact and negative impact for price
|
263 |
|
@@ -399,5 +399,5 @@ Assumptions:
|
|
399 |
|
400 |
""")
|
401 |
|
402 |
-
demo.launch(allowed_paths=["./"])
|
403 |
|
|
|
226 |
gr.Markdown("""
|
227 |
Explain by Dataset
|
228 |
=============
|
229 |
+
![summary]("/file=data.png")
|
230 |
|
231 |
sorted feature from top(most import)
|
232 |
|
|
|
241 |
|
242 |
Explain by Feature
|
243 |
=============
|
244 |
+
![partial_dependence]("/file=feature.png")
|
245 |
|
246 |
dist lower than 900 spike the price f(x)
|
247 |
|
|
|
249 |
|
250 |
Explain by Record
|
251 |
=============
|
252 |
+
![force]("/file=record.png")
|
253 |
|
254 |
the largest contribution to positive price is dist_subway
|
255 |
|
|
|
257 |
|
258 |
Explain by Instance
|
259 |
=============
|
260 |
+
![dependence]("/file=instance.png")
|
261 |
|
262 |
at around 500 dist_subway, it possible for positive impact and negative impact for price
|
263 |
|
|
|
399 |
|
400 |
""")
|
401 |
|
402 |
+
demo.launch(allowed_paths=["./xgb"])
|
403 |
|
data.png β xgb/data.png
RENAMED
File without changes
|
feature.png β xgb/feature.png
RENAMED
File without changes
|
instance.png β xgb/instance.png
RENAMED
File without changes
|
record.png β xgb/record.png
RENAMED
File without changes
|