fix script
This commit is contained in:
parent
1716c8afaf
commit
7c3850c773
@ -2,4 +2,4 @@
|
||||
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
|
||||
head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
Loading…
Reference in New Issue
Block a user