Update machine.conf

This commit is contained in:
Tianqi Chen 2014-08-22 20:00:04 -07:00
parent cf69d34d06
commit 13b5269855

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