Jenkins
This commit is contained in:
parent
5ced0cf3fe
commit
d901562189
4
stats.sh
4
stats.sh
@ -1,12 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
ls -al
|
||||
|
||||
# Count the number of lines in the original dataset
|
||||
wc -l < data/creditcard_shuf.csv > stats.txt
|
||||
# Count the number of lines in the training and testing datasets
|
||||
wc -l < data/creditcard_train.csv > stats_train.txt
|
||||
wc -l < daya/creditcard_test.csv > stats_test.txt
|
||||
wc -l < data/creditcard_test.csv > stats_test.txt
|
||||
|
||||
# Create a directory for the data
|
||||
mkdir -p data
|
||||
|
Loading…
Reference in New Issue
Block a user