change tracker dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user