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

Private GIT Repository
Module cleaning
[predictops.git] / config / learners / xgboost.cfg
1 [MODEL]
2 method = xgboost
3
4 [HYPERPARAMETERS]
5 learning_rate = 0.01,
6 max_depth = 10,
7 random_state=42,
8 n_estimators = 173,
9 n_jobs=-1,
10 objective = 'count:poisson'