IUM_s464980/MLFLOW/MLproject
Sheaza 32448bea84
All checks were successful
s464980-evaluation/pipeline/head This commit looks good
s464980-training/pipeline/head This commit looks good
add mlflow
2024-05-15 00:12:58 +02:00

10 lines
159 B
Plaintext

name: s464980
docker_env:
image: s464980-mlflow
entry_points:
main:
parameters:
epochs: float
command: "python train.py --epochs {epochs}"