separate binary classification and regression demo
This commit is contained in:
18
demo/binary_classification/mushroom.conf
Normal file
18
demo/binary_classification/mushroom.conf
Normal 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
|
||||
Reference in New Issue
Block a user