explain
Browse files- app.py +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/
|
265 |
-
*Note:
|
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