MLmodel file
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-23 13:38:27 +02:00
parent 6143637ee5
commit b65de74842

View File

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