ayethuzar commited on
Commit
3d98ec5
·
2 Parent(s): 5cc8754 23831aa

Merge branch 'milestone-3' of https://github.com/aye-thuzar/CS634Project into milestone-3

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1 +1,49 @@
1
  # CS634Project
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CS634Project
2
+
3
+ Milestone-3 notebook: https://colab.research.google.com/drive/17-7A0RkGcwqcJw0IcSvkniDmhbn5SuXe
4
+
5
+ Hugging Face App:
6
+
7
+ Results:
8
+
9
+ XGBoost Model's RMSE: 28986 (Milestone-2)
10
+
11
+ Baseline LGBM's RMSE: 26233
12
+
13
+ Optuna optimized LGBM's RMSE: 13799.282803291926
14
+
15
+ ***********
16
+
17
+ Totalnumber of trials: 120
18
+
19
+ Best RMSE score on validation data: 12338.665498601415
20
+
21
+ ------------------------------
22
+
23
+ Best params:
24
+
25
+ ------------------------------
26
+
27
+ boosting_type : goss
28
+
29
+ reg_alpha : 3.9731274536451826
30
+
31
+ reg_lambda : 0.8825276525195174
32
+
33
+ colsample_bytree : 1.0
34
+
35
+ subsample : 1.0
36
+
37
+ learning_rate : 0.05
38
+
39
+ max_depth : 6
40
+
41
+ num_leaves : 48
42
+
43
+ min_child_samples : 1
44
+
45
+ ***********
46
+
47
+ Reference:
48
+
49
+ https://github.com/adhok/streamlit_ames_housing_price_prediction_app/tree/main