X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/predictops.git/blobdiff_plain/288baa6ff06c1b815ec24d164770acc93ac80499..661ece8c54b20d4c559e5f73616cc213f8c4f6b7:/config/learners/xgboost.cfg diff --git a/config/learners/xgboost.cfg b/config/learners/xgboost.cfg index 61975c2..0dd78d0 100644 --- a/config/learners/xgboost.cfg +++ b/config/learners/xgboost.cfg @@ -1,2 +1,10 @@ [MODEL] -method = xgboost \ No newline at end of file +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