fix script
This commit is contained in:
parent
68debb5427
commit
65bb1a506b
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
kaggle datasets download -d akash14/house-price-dataset
|
kaggle datasets download -d akash14/house-price-dataset
|
||||||
unzip -o house-price-dataset.zip
|
unzip -o house-price-dataset.zip
|
||||||
head -n $1 ./Participants_Data_HPP/Train.csv >> data.txt
|
echo $3
|
||||||
|
head -n $3 ./Participants_Data_HPP/Train.csv >> data.txt
|
Loading…
Reference in New Issue
Block a user