Update mushroom.conf

This commit is contained in:
Tianqi Chen 2014-08-22 19:58:59 -07:00
parent 3acd10e031
commit 4378f1f039

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