Arafath10 commited on
Commit
78818fd
1 Parent(s): 2461462

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -52,8 +52,8 @@ def train_the_model():
52
  # Parameters to use for the model
53
  params = {
54
  'colsample_bytree': 0.3,
55
- 'learning_rate': 0.6,
56
- 'max_depth': 8,
57
  'n_estimators': 100,
58
  'subsample': 0.9,
59
  'use_label_encoder': False,
 
52
  # Parameters to use for the model
53
  params = {
54
  'colsample_bytree': 0.3,
55
+ 'learning_rate': 1,
56
+ 'max_depth': 16,
57
  'n_estimators': 100,
58
  'subsample': 0.9,
59
  'use_label_encoder': False,