ayethuzar commited on
Commit
eaa59b4
·
unverified ·
1 Parent(s): cba8d18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -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
 
@@ -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
- ** 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
 
 
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