kevinhug commited on
Commit
2e09fa8
·
1 Parent(s): ae5a310
Files changed (2) hide show
  1. app.py +2 -2
  2. xgb/dtree.png +0 -0
app.py CHANGED
@@ -261,8 +261,8 @@ Explain by Instance
261
  - Overall trend: closer proximity to the subway correlates with higher prices.
262
  - An outlier at **6500 distance** from subway negatively impacts price, despite proximity to stores (dist_stores).
263
 
264
- ![1st Decision Tree](file=./xgb/tree.svg)
265
- *Note: Unfortunately, the web doesn't display text, but this refers to the first decision tree within XGBoost.*
266
 
267
  Explain by Top 5 Error Example
268
  ===============
 
261
  - Overall trend: closer proximity to the subway correlates with higher prices.
262
  - An outlier at **6500 distance** from subway negatively impacts price, despite proximity to stores (dist_stores).
263
 
264
+ ![1st Decision Tree](file=./xgb/dtree.png)
265
+ *Note: first decision tree within XGBoost.*
266
 
267
  Explain by Top 5 Error Example
268
  ===============
xgb/dtree.png ADDED