From 022fbdfbb55ea7e19f528b59b4315f36eb6cd2b1 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 28 Mar 2022 11:08:37 +0200 Subject: [PATCH] shuf --- startscript1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/startscript1.sh b/startscript1.sh index aa18d8c..7c032ca 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -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 \ No newline at end of file + +./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