added model training
This commit is contained in:
parent
6e51e6f7d4
commit
9614bea42a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
steps {
|
||||
|
||||
sh "python3 /app/model_creator.py ${params.TEST_SIZE} ${params.MAX_ITER}"
|
||||
archiveArtifacts artifacts: 'model.pkl', onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'model.pkl, artifacts/docker_test_dataset.csv', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user