ium_434704/MLproject
Wojciech Jarmosz b82917a5d9
All checks were successful
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head This commit looks good
Adding mlflow
2021-05-15 18:46:56 +02:00

10 lines
243 B
Plaintext

name: 434704
docker_env:
image: jarmosz/ium
entry_points:
main:
parameters:
verbose: {type: int, default: 100}
epochs: {type: int, default: 0}
command: "python3 mlflow_exp.py {epochs} {verbose}"