From 92f6c8be62d42b6d4ce485542c8a6b88748423c5 Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 20:41:15 +0100 Subject: [PATCH] fix 19 --- startscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startscript.sh b/startscript.sh index 83f0f38..2b1569a 100644 --- a/startscript.sh +++ b/startscript.sh @@ -1,3 +1,3 @@ kaggle datasets download -d akash14/house-price-dataset unzip -o house-price-dataset.zip -head -n 10 ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file +head -n $CUTOFF ./Participants_Data_HPP/Train.csv >> data.txt \ No newline at end of file