sh to bash
This commit is contained in:
parent
1dfce524a5
commit
9b6e58fe56
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
python3 ./src/task1python.py
|
python3 ./src/task1python.py
|
||||||
python3 ./src/trainScript.py
|
python3 ./src/trainScript.py
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# kaggle datasets download -d akash14/house-price-dataset
|
# kaggle datasets download -d akash14/house-price-dataset
|
||||||
unzip -o house-price-dataset.zip
|
unzip -o house-price-dataset.zip
|
||||||
echo $CUTOFF
|
echo $CUTOFF
|
||||||
|
Loading…
Reference in New Issue
Block a user