ium_444417/startscript1.sh

9 lines
262 B
Bash
Raw Normal View History

2022-03-24 21:26:43 +01:00
#!/bin/sh
2022-04-06 18:55:31 +02:00
# kaggle datasets download -d akash14/house-price-dataset
2022-03-24 17:40:59 +01:00
unzip -o house-price-dataset.zip
2022-03-28 10:51:37 +02:00
echo $CUTOFF
2022-03-28 11:08:37 +02:00
2022-03-28 11:36:20 +02:00
head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
2022-04-10 19:55:37 +02:00
./runPythonScripts.sh