ium_444465/MLProject

13 lines
263 B
Plaintext
Raw Permalink Normal View History

2022-05-24 00:05:44 +02:00
name: s444465
docker_env:
image: s444465/ium:mlflow
entry_points:
main:
parameters:
epochs: {type: float, default: 10}
command: "python mlflow_training.py {epochs}"
test:
command: "python mlflow_training.py test"