Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Total number of trials: 120
|
|
26 |
|
27 |
Best RMSE score on validation data: 12338.665498601415
|
28 |
|
29 |
-
**
|
30 |
|
31 |
boosting_type : goss
|
32 |
|
@@ -82,11 +82,14 @@ Here are the 10 features I selected:
|
|
82 |
|
83 |
All the attributes are encoded and normalized before splitting into train and test with 80% train and 20% test.
|
84 |
|
85 |
-
**
|
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 |
-
**
|
|
|
|
|
|
|
90 |
|
91 |
Reference:
|
92 |
|
|
|
26 |
|
27 |
Best RMSE score on validation data: 12338.665498601415
|
28 |
|
29 |
+
**Best params:**
|
30 |
|
31 |
boosting_type : goss
|
32 |
|
|
|
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 |
+
|
92 |
+
**Milestone 4**
|
93 |
|
94 |
Reference:
|
95 |
|