ium_444507/MLproject

14 lines
317 B
Plaintext
Raw Normal View History

2022-05-15 21:23:32 +02:00
name: tutorial
conda_env: conda.yaml #ścieżka do pliku conda.yaml z definicją środowiska
#docker_env:
# image: mlflow-docker-example-environment
entry_points:
main:
parameters:
epochs: {type: float, default: 0.5}
l1_ratio: {type: float, default: 0.1}
command: "python train.py {epochs}"