ium_434765/MLproject
Karolina Oparczyk 92e2b57f21
Some checks failed
s434765-evaluation/pipeline/head There was a failure building this commit
s434765-training/pipeline/head There was a failure building this commit
mlflow
2021-05-20 23:48:25 +02:00

12 lines
231 B
Plaintext

name: tutorial
docker_env:
image: karopa/ium:27
entry_points:
main:
parameters:
epochs: {type: float, default: 30}
command: "python3 neural_network.py {epochs}"
test:
command: "python3 evaluate_network.py"