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

Private GIT Repository
Adding ramadan features, and binary category of feat.
[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  = 10000
10 n_jobs        = -1
11 objective     = 'count:poisson'