ium_434695/MLproject
s434695 982b1a1263
All checks were successful
s434695-training/pipeline/head This commit looks good
:)
2021-05-23 14:41:37 +02:00

12 lines
264 B
Plaintext

name: 434695-mlflow
docker_env:
image: shroomy/ium:7
entry_points:
main:
parameters:
epochs: {type: int, default: 15}
batch_size: {type: int, default: 16}
command: "python3 vgsales-mlflow.py {epochs} {batch_size}"