ium_444501/MLproject
s444501 8eca92baef
All checks were successful
s444501-training/pipeline/head This commit looks good
s444501-evaluation/pipeline/head This commit looks good
mlflow
2022-05-13 00:59:11 +02:00

12 lines
210 B
Plaintext

name: s444501
docker_env:
image: zadanie
entry_points:
main:
parameters:
epochs: {type: float, default: 100}
command: "python biblioteki_ml.py {epochs}"
eval:
command: "python eval.py"