diff --git a/IUM_05-split.py b/IUM_05-split.py index 7460c7b..a43d065 100644 --- a/IUM_05-split.py +++ b/IUM_05-split.py @@ -1,7 +1,7 @@ import pandas as pd from sklearn.model_selection import train_test_split -data = pd.read_csv('data/beer_reviews.csv') +data = pd.read_csv('beer_reviews.csv') train_data, test_data = train_test_split(data, test_size=0.2, random_state=42) diff --git a/Jenkinsfile b/Jenkinsfile index f1bd83e..0272e3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { sh 'chmod +x sacred/sacred_training_model.py' sh 'python3 sacred/sacred_training_model.py' } - } + } stage('Archive Artifacts from Experiments') { steps {