mlflow fix

This commit is contained in:
Witold Woch 2023-05-14 18:13:25 +02:00
parent 73a958e269
commit aa20f3caa4

View File

@ -4,13 +4,12 @@ docker_env:
image: s487194/ium:1 image: s487194/ium:1
entry_points: entry_points:
main: train:
parameters: parameters:
epochs: {type: int, default: 100} epochs: {type: int, default: 100}
lr: {type: float, default: 0.01} lr: {type: float, default: 0.01}
command: "python train.py --epochs {epochs} --lr {lr}" command: "python train.py --epochs {epochs} --lr {lr}"
test: test:
parameters:
command: "python prediction.py" command: "python prediction.py"