ium_426206/MLproject
Jan Nowak 6143637ee5
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
MLmodel file
2021-05-23 13:29:07 +02:00

14 lines
355 B
Plaintext

name: 426206mlflow
#conda_env: conda.yaml #ścieżka do pliku conda.yaml z definicją środowiska
docker_env:
image: rokoch/ium:01
volumes: ["/etc/passwd:/etc/passwd"]
entry_points:
main:
parameters:
epochs: {type: int, default: 100}
lr: {type: float, default: 0.001}
command: "python3 train_mlflow.py -e {epochs} -l {lr}"