kevinhug commited on
Commit
37220b6
·
1 Parent(s): 6427a71
app.py CHANGED
@@ -267,6 +267,25 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
267
  there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
268
 
269
  ![1st decision tree](file=./xgb/tree.svg)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  """)
271
 
272
 
 
267
  there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
268
 
269
  ![1st decision tree](file=./xgb/tree.svg)
270
+ some how the word doesnt show in web...but this is the first decision tree inside xgboost
271
+
272
+ Explain by Top 5 Error Example
273
+ =============
274
+ ![](file=./xgb/error_data.png)
275
+ top feature for top 5 error is age
276
+
277
+ young age has negative impact on price
278
+
279
+ ![](file=./xgb/error_record.png)
280
+ top 1 error, negative impact for young age in price
281
+
282
+ ![](file=./xgb/error_feature.png)
283
+ for top 5 error, it is possible that further from subway will have positive in price
284
+
285
+ ![](file=./xgb/error_instance.png)
286
+ for top 5 error, it is possible young age have negative impact and old age has positive impact in price
287
+
288
+
289
  """)
290
 
291
 
xgb/error_data.png ADDED
xgb/error_feature.png ADDED
xgb/error_instance.png ADDED
xgb/error_record.png ADDED
xgb/tree.svg DELETED