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

Private GIT Repository
Refactoring, fin du lever/coucher de soleil, et début de sentinelles
[predictops.git] / config / learners / xgboost.cfg
1 [MODEL]
2 method = xgboost
3
4
5 [HYPERPARAMETERS]
6 learning_rate = 0.01
7 max_depth     = 6
8 random_state  = 42
9 n_estimators  = 10000
10 n_jobs        = -1
11 objective     = 'count:poisson'