Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- bittensor
|
| 5 |
+
- real-estate
|
| 6 |
+
- onnx
|
| 7 |
+
- sn46
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# RESI Baseline Model (SN46)
|
| 11 |
+
|
| 12 |
+
XGBoost-based real estate price prediction model for Bittensor Subnet 46 (RESI).
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
- **Input**: 79 float32 features (51 numeric + 28 boolean)
|
| 16 |
+
- **Output**: 1 float32 predicted sale price (USD)
|
| 17 |
+
- **Format**: ONNX (opset 15)
|
| 18 |
+
- **Size**: ~6.9 MB
|
| 19 |
+
- **Training**: 200K synthetic US residential property samples
|
| 20 |
+
- **Test MAPE**: 12.63%
|
| 21 |
+
|
| 22 |
+
## License
|
| 23 |
+
MIT
|