File size: 217 Bytes
68e303e | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"objective": "rank:ndcg",
"eval_metric": "ndcg",
"tree_method": "hist",
"eta": 0.05,
"max_depth": 6,
"subsample": 0.8,
"colsample_bytree": 0.8,
"gamma": 0.1,
"reg_alpha": 0.1,
"reg_lambda": 1.0
} |