Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ Hugging Face App:
|
|
6 |
|
7 |
***********
|
8 |
|
9 |
-
Results
|
10 |
|
11 |
***********
|
12 |
|
@@ -26,7 +26,7 @@ Total number of trials: 120
|
|
26 |
|
27 |
Best RMSE score on validation data: 12338.665498601415
|
28 |
|
29 |
-
** Best params:
|
30 |
|
31 |
boosting_type : goss
|
32 |
|
@@ -78,15 +78,15 @@ Here are the 10 features I selected:
|
|
78 |
|
79 |
'SaleCondition': Condition of sale
|
80 |
|
81 |
-
'BsmtExposure': Walkout or garden
|
82 |
|
83 |
All the attributes are encoded and normalized before splitting into train and test with 80% train and 20% test.
|
84 |
|
85 |
-
**Milestone 2:
|
86 |
|
87 |
For milestone 2, I ran an XGBoost Model with objective="reg:squarederror" and max_depth=3. The RMSE score is 28986.
|
88 |
|
89 |
-
**Milestone 3:
|
90 |
|
91 |
Reference:
|
92 |
|
|
|
6 |
|
7 |
***********
|
8 |
|
9 |
+
Results
|
10 |
|
11 |
***********
|
12 |
|
|
|
26 |
|
27 |
Best RMSE score on validation data: 12338.665498601415
|
28 |
|
29 |
+
** Best params: **
|
30 |
|
31 |
boosting_type : goss
|
32 |
|
|
|
78 |
|
79 |
'SaleCondition': Condition of sale
|
80 |
|
81 |
+
'BsmtExposure': Walkout or garden-level basement walls
|
82 |
|
83 |
All the attributes are encoded and normalized before splitting into train and test with 80% train and 20% test.
|
84 |
|
85 |
+
** Milestone 2: **
|
86 |
|
87 |
For milestone 2, I ran an XGBoost Model with objective="reg:squarederror" and max_depth=3. The RMSE score is 28986.
|
88 |
|
89 |
+
** Milestone 3: **
|
90 |
|
91 |
Reference:
|
92 |
|