added model training
This commit is contained in:
parent
8834036711
commit
6e51e6f7d4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
|
|
||||||
sh "python3 /app/model_creator.py ${params.TEST_SIZE} ${params.MAX_ITER}"
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user