ium_444417/startscript1.sh
2022-03-28 11:19:06 +02:00

8 lines
252 B
Bash

#!/bin/sh
kaggle datasets download -d akash14/house-price-dataset
unzip -o house-price-dataset.zip
echo $CUTOFF
shuf ./Participants_Data_HPP/Train.csv | head -n $CUTOFF > data.txt
shuf ./Participants_Data_HPP/Test.csv | head -n $CUTOFF > dataTest.txt