added model training

This commit is contained in:
s464953 2024-05-09 00:24:27 +02:00
parent 8834036711
commit 6e51e6f7d4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
steps {
sh "python3 /app/model_creator.py ${params.TEST_SIZE} ${params.MAX_ITER}"
archiveArtifacts artifacts: '/app/model.pkl', onlyIfSuccessful: true
archiveArtifacts artifacts: 'model.pkl', onlyIfSuccessful: true
}
}
}