fix reg model_out

This commit is contained in:
tqchen 2014-03-05 09:34:37 -08:00
parent eade6ddf7c
commit 128e94be1a

View File

@ -88,6 +88,7 @@ namespace xgboost{
dump_model_stats = 0;
task = "train";
model_in = "NULL";
model_out = "NULL";
name_fmap = "NULL";
name_pred = "pred.txt";
name_dump = "dump.txt";