Merge pull request #32 from tqchen/master

merge master into unity
This commit is contained in:
Tianqi Chen 2014-08-22 20:13:23 -07:00
commit 741bfe015f
3 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# General Parameters, see comment for each definition
# choose the tree booster, 0: tree, 1: linear
booster_type = 0
# choose the booster, can be gbtree or gblinear
booster = gbtree
# choose logistic regression loss function for binary classification
objective = binary:logistic

View File

@ -1,6 +1,4 @@
# General Parameters, see comment for each definition
# choose the tree booster, 0: tree, 1: linear
booster_type = 0
# specify objective
objective="rank:pairwise"

View File

@ -1,6 +1,6 @@
# General Parameters, see comment for each definition
# choose the tree booster, 0: tree, 1: linear
booster_type = 0
# choose the tree booster, can also change to gblinear
booster = gbtree
# this is the only difference with classification, use reg:linear to do linear classification
# when labels are in [0,1] we can also use reg:logistic
objective = reg:linear