xgboost/demo/test/mushroom.conf
2014-03-11 13:07:20 -07:00

20 lines
288 B
Plaintext

num_round=2
save_period=0
data = "agaricus.txt.train"
test:data = "agaricus.txt.test"
eval[test] = "agaricus.txt.test"
eval[train] = "agaricus.txt.train"
booster_type = 0
loss_type = 2
bst:tree_maker=2
bst:eta=1.0
bst:gamma=1.0
bst:min_child_weight=1
bst:max_depth=3