remove test directory
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user