Jenkins
This commit is contained in:
parent
d901562189
commit
a79ab6220d
8
stats.sh
8
stats.sh
@ -6,7 +6,7 @@ wc -l < data/creditcard_shuf.csv > stats.txt
|
||||
wc -l < data/creditcard_train.csv > stats_train.txt
|
||||
wc -l < data/creditcard_test.csv > stats_test.txt
|
||||
|
||||
# Create a directory for the data
|
||||
mkdir -p data
|
||||
# Move the statistics to the data directory
|
||||
mv stats.txt stats_train.txt stats_test.txt data/
|
||||
# Create a directory for the statistics
|
||||
mkdir -p stats
|
||||
# Move the statistics to the stats directory
|
||||
mv stats.txt stats_train.txt stats_test.txt stats/
|
Loading…
Reference in New Issue
Block a user