ium_444356/MLProject
Maciej Czajka 237b98a503
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good
update MLProject, jenkinsfile_train-sacred, dllib-mlflow.py
2022-05-09 22:48:11 +02:00

12 lines
250 B
Plaintext
Executable File

name: ium_s444356
docker_env:
image: maciejczajka
entry_points:
main:
parameters:
epochs: {type: float, default: 100}
command: "python Biblioteka_DL/dllib-sacred.py {epochs}"
eval:
command: "python Biblioteka_DL/evaluate.py"