[MODEL]
method = xgboost
+
[HYPERPARAMETERS]
-learning_rate = 0.01,
-max_depth = 10,
-random_state=42,
-n_estimators = 173,
-n_jobs=-1,
-objective = 'count:poisson'
\ No newline at end of file
+learning_rate = 0.01
+max_depth = 7
+random_state = 42
+n_estimators = 1000
+n_jobs = -1
+objective = 'count:poisson'
\ No newline at end of file