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:41:13 +02:00
parent b65de74842
commit bd6f5dac48

View File

@ -37,8 +37,8 @@ pipeline {
sh 'chmod +x train_mlflow.py' sh 'chmod +x train_mlflow.py'
//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 'python3 ./train_mlflow.py -e 5'
//sh 'mlflow run --experiment-name s426206 .' //sh 'mlflow run --experiment-name s426206 .' //Uruchamiany projekt nie moze znajdowac sie w katalogach z wielkimi literami.
} }
} }
} }