ok
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# choose the tree booster, 0: tree, 1: linear
|
||||
booster_type = 0
|
||||
|
||||
objective="rank:pairwise"
|
||||
#objective="rank:pairwise"
|
||||
#objective="rank:softmax"
|
||||
#objective="lambdarank:map"
|
||||
objective="lambdarank:map"
|
||||
#objective="lambdarank:ndcg"
|
||||
|
||||
# Tree Booster Parameters
|
||||
@@ -13,7 +13,7 @@ bst:eta = 0.1
|
||||
# minimum loss reduction required to make a further partition
|
||||
bst:gamma = 1.0
|
||||
# minimum sum of instance weight(hessian) needed in a child
|
||||
bst:min_child_weight = 1
|
||||
bst:min_child_weight = 0.1
|
||||
# maximum depth of a tree
|
||||
bst:max_depth = 6
|
||||
eval_metric = "ndcg"
|
||||
|
||||
Reference in New Issue
Block a user