ok
This commit is contained in:
parent
aab1b0e7b3
commit
30e725a28c
@ -23,5 +23,7 @@ save_period = 0
|
|||||||
data = "agaricus.txt.train"
|
data = "agaricus.txt.train"
|
||||||
# The path of validation data, used to monitor training process, here [test] sets name of the validation set
|
# The path of validation data, used to monitor training process, here [test] sets name of the validation set
|
||||||
eval[test] = "agaricus.txt.test"
|
eval[test] = "agaricus.txt.test"
|
||||||
|
# evaluate on training data as well each round
|
||||||
|
eval_train = 1
|
||||||
# The path of test data
|
# The path of test data
|
||||||
test:data = "agaricus.txt.test"
|
test:data = "agaricus.txt.test"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user