]> AND Private Git Repository - predictops.git/blob - 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
1 [MODEL]
2 method = xgboost
3
4
5 [HYPERPARAMETERS]
6 learning_rate = 0.01
7 max_depth     = 7
8 random_state  = 42
9 n_estimators  = 1000
10 n_jobs        = -1
11 objective     = 'count:poisson'