ium_444356/MLProject

12 lines
246 B
Plaintext
Raw Normal View History

2022-05-09 22:51:17 +02:00
name: s444356
docker_env:
image: maciejczajka
entry_points:
main:
parameters:
epochs: {type: float, default: 100}
2022-05-09 22:49:31 +02:00
command: "python Biblioteka_DL/dllib-mlflow.py {epochs}"
eval:
command: "python Biblioteka_DL/evaluate.py"