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