shuf
This commit is contained in:
parent
80f59025d6
commit
022fbdfbb5
@ -2,4 +2,6 @@
|
||||
kaggle datasets download -d akash14/house-price-dataset
|
||||
unzip -o house-price-dataset.zip
|
||||
echo $CUTOFF
|
||||
head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
||||
|
||||
./Participants_Data_HPP/Train.csv | shuf | head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
||||
./Participants_Data_HPP/Test.csv | shuf | head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
|
||||
|
Loading…
Reference in New Issue
Block a user