17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
# General Parameters
|
|
booster_type = 0
|
|
loss_type = 2
|
|
|
|
# Tree Booster Parameters
|
|
bst:tree_maker=2
|
|
bst:eta=1.0
|
|
bst:gamma=1.0
|
|
bst:min_child_weight=1
|
|
bst:max_depth=3
|
|
|
|
# Binary Classification Parameters
|
|
num_round=2
|
|
save_period=0
|
|
data = "agaricus.txt.train"
|
|
eval[test] = "agaricus.txt.test"
|
|
test:data = "agaricus.txt.test" |