Remove old model
All checks were successful
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-05-23 15:45:45 +02:00
parent 90d1ebe61b
commit c96da734b1

View File

@ -22,6 +22,7 @@ pipeline {
}
stage("Run MLFlow training"){
steps {
sh "rm -r movies_on_streaming_platforms_model"
sh "python3 ml_model.py ${verbose} ${epochs}"
}
}