remove test directory

This commit is contained in:
kalenhaha
2014-03-23 00:05:46 +08:00
parent 77901f2428
commit 57713be940
14 changed files with 21 additions and 8526 deletions

View File

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