ium_444507/MLproject
Adam Wojdyla 66a3ed2247
Some checks failed
444507-training/pipeline/head There was a failure building this commit
s444507-predict-s444356/pipeline/head This commit looks good
s444507-evaluation/pipeline/head This commit looks good
mount mlruns
2022-05-16 09:11:55 +02:00

11 lines
189 B
Plaintext

name: s444507
docker_env:
image: adamwojdyla
entry_points:
main:
parameters:
epochs: {type: float, default: 1}
command: "python3 lab08_deepLearining_mlflow.py {epochs}"