Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 20:24:41 +02:00
parent b7c6c05cc6
commit 720a49a744

View File

@ -54,6 +54,7 @@ pipeline {
steps {
sh 'python ./ium_z434686/create-dataset.py'
sh 'python ./ium_z434686/train.py'
sh 'python ./ium_z434686/predict.py'
archiveArtifacts 'X_test.csv'
archiveArtifacts 'X_dev.csv'
archiveArtifacts 'X_train.csv'