ium_444507/MLproject
Adam Wojdyla 7a446f1753
Some checks failed
444507-training/pipeline/head There was a failure building this commit
s444507-evaluation/pipeline/head This commit looks good
save model
2022-05-16 01:31:02 +02:00

12 lines
223 B
Plaintext

name: s444507
docker_env:
image: adamwojdyla
volumes: ["/mlflow/tmp/mlruns"]
entry_points:
main:
parameters:
epochs: {type: float, default: 1}
command: "python3 lab08_deepLearining_mlflow.py {epochs}"