]> AND Private Git Repository - predictops.git/blobdiff - config/learners/xgboost.cfg
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Reducing the computation time and adding holidays features
[predictops.git] / config / learners / xgboost.cfg
index 0dd78d0194d1f6585b2c342557e6a8ed035f54ee..d099aa417039d0fa98fb53e9591e582fa6bae86a 100644 (file)
@@ -1,10 +1,11 @@
 [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