ayethuzar commited on
Commit
cc73040
·
unverified ·
1 Parent(s): d1c7129

Update Milestone4Documentation.md

Browse files
Files changed (1) hide show
  1. Milestone4Documentation.md +12 -1
Milestone4Documentation.md CHANGED
@@ -1,6 +1,6 @@
1
  # Milestone4Documentation
2
 
3
- Objective: Create a streamlit app with a baseline and an optimized model with Optuna to predict house prices in Ames, Iowa
4
 
5
  I use the following dataset to train the models:
6
 
@@ -24,16 +24,27 @@ Video demonstration of the Streamlit App:
24
  *************
25
 
26
  Data Processing and Feature Selection
 
27
  XGBoost Model (baseline)
 
28
  SHAP for XGBoost baseline
 
29
  Tuning XGBoostWIthOptuna
 
30
  Optimized XGBoost
 
31
  SHAP for Optimized XGBoost
 
32
  XGBoost Model (baseline)
 
33
  SHAP for XGBoost baseline
 
34
  Tuning XGBoostWIthOptuna
 
35
  Optimized XGBoost
 
36
  SHAP for Optimized XGBoost
 
37
  Pickled the models for streamlit app
38
 
39
  *************
 
1
  # Milestone4Documentation
2
 
3
+ **Objective: Create a streamlit app with a baseline and an optimized model with Optuna to predict house prices in Ames, Iowa.**
4
 
5
  I use the following dataset to train the models:
6
 
 
24
  *************
25
 
26
  Data Processing and Feature Selection
27
+
28
  XGBoost Model (baseline)
29
+
30
  SHAP for XGBoost baseline
31
+
32
  Tuning XGBoostWIthOptuna
33
+
34
  Optimized XGBoost
35
+
36
  SHAP for Optimized XGBoost
37
+
38
  XGBoost Model (baseline)
39
+
40
  SHAP for XGBoost baseline
41
+
42
  Tuning XGBoostWIthOptuna
43
+
44
  Optimized XGBoost
45
+
46
  SHAP for Optimized XGBoost
47
+
48
  Pickled the models for streamlit app
49
 
50
  *************