Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Lambda2
|
| 2 |
+
|
| 3 |
+
RESI Subnet 46 model for residential real estate price prediction.
|
| 4 |
+
|
| 5 |
+
## Architecture
|
| 6 |
+
- XGBoost MAE d=10, R+Z zw1 (rzs held-out), all priors
|
| 7 |
+
- Power-law bias calibration (eps=0.02, mult=0.976)
|
| 8 |
+
- 79 input features → price prediction
|
| 9 |
+
|
| 10 |
+
## Metrics
|
| 11 |
+
- Z_MAPE: 14.62%
|
| 12 |
+
- R_MAPE: 17.41%
|
| 13 |
+
- Bias: +0.08%
|
| 14 |
+
- Size: 165.9 MB
|