separate binary classification and regression demo

This commit is contained in:
kalenhaha
2014-03-22 21:48:27 +08:00
parent 255b1f4043
commit 193d1d165f
11 changed files with 0 additions and 26 deletions

View File

@@ -0,0 +1,18 @@
num_round=2
save_period=0
data = "agaricus.txt.train"
eval[test] = "agaricus.txt.test"
test:data = "agaricus.txt.test"
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