Skip to content

Commit

Permalink
Update submit.sh (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenHust authored Jan 12, 2024
1 parent 89556d2 commit 5a066f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agl/python/examples/nasa/data_process/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ python ../../run_spark.py \

cp ./output_graph_feature/part-* graph_features.csv
sed -i 's/\btrain\b/0/g' graph_features.csv
sed -i 's/\tval/\t1/g' graph_features.csv
sed -i 's/test/2/g' graph_features.csv
sed -i 's/\bval\b/1/g' graph_features.csv
sed -i 's/\btest\b/2/g' graph_features.csv

0 comments on commit 5a066f1

Please sign in to comment.