diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index b9d87a7..98cfc22 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -53,6 +53,7 @@ pipeline { } steps { sh 'python ./ium_z434686/create-dataset.py' + sh 'python ./ium_z434686/train.py' archiveArtifacts 'X_test.csv' archiveArtifacts 'X_dev.csv' archiveArtifacts 'X_train.csv'