change path to jenkins

This commit is contained in:
mikaleta 2023-04-20 20:03:42 +02:00
parent cd93aaa75e
commit a9e10b6186
2 changed files with 79 additions and 75 deletions

4
Dockerfile Normal file
View 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

View File

@ -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():