From 30e725a28c8214a0cf141d23d7cf84b16bae390e Mon Sep 17 00:00:00 2001 From: tqchen Date: Sat, 3 May 2014 14:24:00 -0700 Subject: [PATCH] ok --- demo/binary_classification/mushroom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/binary_classification/mushroom.conf b/demo/binary_classification/mushroom.conf index 6527832f8..596857aee 100644 --- a/demo/binary_classification/mushroom.conf +++ b/demo/binary_classification/mushroom.conf @@ -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"