ium_434742/MLproject
patrycjalazna 60ec48f83c
All checks were successful
s434742-training/pipeline/head This commit looks good
s434742-evaluation/pipeline/head This commit looks good
mlflow task added
2021-05-15 14:18:38 +02:00

12 lines
265 B
Plaintext

name: 434742-mlflow
docker_env:
image: patlaz/ium:1.0
entry_points:
main:
parameters:
epochs: {type: int, default: 10}
batch_size: {type: int, default: 16}
command: "python3 avocado-mlflow.py {epochs} {batch_size}"