update regression

This commit is contained in:
tqchen
2014-03-26 16:25:44 -07:00
parent 0a971cb466
commit 7d97d6b1d4
8 changed files with 60 additions and 182 deletions

6
demo/regression/runexp.sh Normal file → Executable file
View File

@@ -6,6 +6,6 @@ python mknfold.py machine.txt 1
# training and output the models
../../xgboost machine.conf
# output predictions of test data
../../xgboost machine.conf task=pred model_in=0003.model
# print the boosters of 00003.model in dump.raw.txt
../../xgboost machine.conf task=dump model_in=0003.model name_dump=dump.raw.txt
../../xgboost machine.conf task=pred model_in=0002.model
# print the boosters of 00002.model in dump.raw.txt
../../xgboost machine.conf task=dump model_in=0002.model name_dump=dump.raw.txt