shuf fix
This commit is contained in:
parent
eb6ba78498
commit
2619b70706
@ -3,5 +3,5 @@ kaggle datasets download -d akash14/house-price-dataset
|
|||||||
unzip -o house-price-dataset.zip
|
unzip -o house-price-dataset.zip
|
||||||
echo $CUTOFF
|
echo $CUTOFF
|
||||||
|
|
||||||
./Participants_Data_HPP/Train.csv | shuf | head -n $CUTOFF > data.txt
|
shuf ./Participants_Data_HPP/Train.csv | head -n $CUTOFF > data.txt
|
||||||
./Participants_Data_HPP/Test.csv | shuf | head -n $CUTOFF > dataTest.txt
|
shuf ./Participants_Data_HPP/Test.csv | head -n $CUTOFF > dataTest.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user