REDEX-Labs commited on
Commit
0a44f1b
·
verified ·
1 Parent(s): 30d7712

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
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