ium_426206/MLproject
Jan Nowak fe85610850
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
Registred model.
2021-05-23 14:01:31 +02:00

13 lines
316 B
Plaintext

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