MLmodel file
Some checks failed
s426206-training/pipeline/head There was a failure building this commit

This commit is contained in:
Jan Nowak 2021-05-23 13:25:14 +02:00
parent 39e30e9691
commit a3bcdefd7b

View File

@ -38,7 +38,7 @@ pipeline {
//sh 'chmod +x generate_MLmodel.py' //sh 'chmod +x generate_MLmodel.py'
//sh 'python3 ./generate_MLmodel.py' //sh 'python3 ./generate_MLmodel.py'
//sh 'mlflow ./train_mlflow.py' //sh 'mlflow ./train_mlflow.py'
sh 'mlflow run .' sh 'mlflow run --experiment-name s426206 .'
} }
} }
} }