From 25619cb914e97741ad4a895580fff205272b81fe Mon Sep 17 00:00:00 2001 From: AWieczarek Date: Tue, 11 Jun 2024 19:44:30 +0200 Subject: [PATCH] IUM_7 --- IUM_05-split.py | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {