explain
Browse files- app.py +6 -4
- xgb/data.png β data.png +0 -0
- xgb/feature.png β feature.png +0 -0
- xgb/instance.png β instance.png +0 -0
- xgb/record.png β record.png +0 -0
app.py
CHANGED
@@ -225,7 +225,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
225 |
gr.Markdown("""
|
226 |
Explain by Dataset
|
227 |
=============
|
228 |
-

|
231 |
|
@@ -240,7 +240,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
240 |
|
241 |
Explain by Feature
|
242 |
=============
|
243 |
-

|
246 |
|
@@ -248,7 +248,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
248 |
|
249 |
Explain by Record
|
250 |
=============
|
251 |
-

|
265 |
|
266 |
|
|
|
225 |
gr.Markdown("""
|
226 |
Explain by Dataset
|
227 |
=============
|
228 |
+
)
|
229 |
|
230 |
sorted feature from top(most import)
|
231 |
|
|
|
240 |
|
241 |
Explain by Feature
|
242 |
=============
|
243 |
+
)
|
244 |
|
245 |
dist lower than 900 spike the price f(x)
|
246 |
|
|
|
248 |
|
249 |
Explain by Record
|
250 |
=============
|
251 |
+
)
|
252 |
|
253 |
the largest contribution to positive price is dist_subway
|
254 |
|
|
|
256 |
|
257 |
Explain by Instance
|
258 |
=============
|
259 |
+
)
|
260 |
|
261 |
at around 500 dist_subway, it possible for positive impact and negative impact for price
|
262 |
|
263 |
over all trend is negative that mean, closer to subway is contribute to higher price
|
264 |
+
|
265 |
+
there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
|
266 |
""")
|
267 |
|
268 |
|
xgb/data.png β data.png
RENAMED
File without changes
|
xgb/feature.png β feature.png
RENAMED
File without changes
|
xgb/instance.png β instance.png
RENAMED
File without changes
|
xgb/record.png β record.png
RENAMED
File without changes
|