This commit is contained in:
tqchen 2014-05-03 14:24:00 -07:00
parent aab1b0e7b3
commit 30e725a28c

View File

@ -23,5 +23,7 @@ save_period = 0
data = "agaricus.txt.train"
# 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
# The path of test data
test:data = "agaricus.txt.test"