change path to jenkins
This commit is contained in:
parent
cd93aaa75e
commit
a9e10b6186
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM python:latest
|
||||
RUN apt-get update && apt-get install -y
|
||||
RUN pip install pandas
|
||||
RUN pip install scikit-learn
|
@ -9,7 +9,7 @@ from sklearn.preprocessing import MinMaxScaler
|
||||
pd.set_option('display.max_columns', 100)
|
||||
|
||||
|
||||
DATA_DIRECTORY = './data'
|
||||
DATA_DIRECTORY = './ium_z434686/'
|
||||
|
||||
CSV_NAME = DATA_DIRECTORY + '/openpowerlifting.csv'
|
||||
def download_data_from_kaggle():
|
Loading…
Reference in New Issue
Block a user