update regression
This commit is contained in:
6
demo/regression/runexp.sh
Normal file → Executable file
6
demo/regression/runexp.sh
Normal file → Executable 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
|
||||
Reference in New Issue
Block a user