change to minimal setting
This commit is contained in:
parent
525c1594e5
commit
ef2518364c
@ -19,12 +19,16 @@ max_depth = 3
|
|||||||
num_round = 2
|
num_round = 2
|
||||||
# 0 means do not save any model except the final round model
|
# 0 means do not save any model except the final round model
|
||||||
save_period = 0
|
save_period = 0
|
||||||
|
# evaluate on training data as well each round
|
||||||
|
# eval_train = 1
|
||||||
|
# The path of validation data, used to monitor training process, here [test] sets name of the validation set
|
||||||
|
# eval[test] = "agaricus.txt.test"
|
||||||
|
|
||||||
|
# Plz donot modify the following parameters
|
||||||
# The path of training data
|
# The path of training data
|
||||||
data = stdin
|
data = stdin
|
||||||
# The path of model file
|
# The path of model file
|
||||||
model_out = stdout
|
model_out = stdout
|
||||||
|
# split pattern of xgboost
|
||||||
|
dsplit = row
|
||||||
|
|
||||||
# The path of validation data, used to monitor training process, here [test] sets name of the validation set
|
|
||||||
eval[test] = "agaricus.txt.test"
|
|
||||||
# evaluate on training data as well each round
|
|
||||||
eval_train = 1
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user