File size: 468 Bytes
0a44f1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
tags:
  - bittensor
  - real-estate
  - onnx
  - sn46
---

# RESI Baseline Model (SN46)

XGBoost-based real estate price prediction model for Bittensor Subnet 46 (RESI).

## Model Details
- **Input**: 79 float32 features (51 numeric + 28 boolean)
- **Output**: 1 float32 predicted sale price (USD)
- **Format**: ONNX (opset 15)
- **Size**: ~6.9 MB
- **Training**: 200K synthetic US residential property samples
- **Test MAPE**: 12.63%

## License
MIT