8cca2125c9
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
11 lines
319 B
Bash
11 lines
319 B
Bash
#!/bin/bash
|
|
# kaggle datasets download -d akash14/house-price-dataset
|
|
#pwd
|
|
#ls -la
|
|
unzip house-price-dataset.zip
|
|
# echo $CUTOFF
|
|
|
|
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
|
|
# head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
|
|
python3 ./src/task1python.py
|
|
# python3 ./src/trainScript.py 6 |