change tracker dir

This commit is contained in:
tqchen
2015-01-19 08:41:14 -08:00
parent c1f84ba446
commit b9650f19c1
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ fi
hadoop fs -mkdir $3/data
hadoop fs -put ../../demo/data/agaricus.txt.train $3/data
../../rabit/tracker/rabit_hadoop.py -n $1 -nt $2 -i $3/data/agaricus.txt.train -o $3/mushroom.final.model ../../xgboost mushroom.hadoop.conf nthread=$2
../../subtree/rabit/tracker/rabit_hadoop.py -n $1 -nt $2 -i $3/data/agaricus.txt.train -o $3/mushroom.final.model ../../xgboost mushroom.hadoop.conf nthread=$2
# get the final model file
hadoop fs -get $3/mushroom.final.model/part-00000 ./final.model