14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
|
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}"
|