ium_464937/mlflow/MLproject

7 lines
168 B
Plaintext

name: MLflow_s464937
conda_env: conda.yaml
entry_points:
main:
parameters:
epochs: { type: int, default: 20 }
command: 'python mlflow_model.py {epochs}'