X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/964c1b87a6996c828c150a2b06a827350a4c2b10..a2faba3f0797b7be72d0c8fa9cb9db67456136d6:/config/learners/xgboost.cfg diff --git a/config/learners/xgboost.cfg b/config/learners/xgboost.cfg index 0dd78d0..d099aa4 100644 --- a/config/learners/xgboost.cfg +++ b/config/learners/xgboost.cfg @@ -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