ium_464937/mlflow/MLproject

7 lines
168 B
Plaintext
Raw Normal View History

2024-05-18 19:11:00 +02:00
name: MLflow_s464937
conda_env: conda.yaml
entry_points:
2024-05-18 19:42:40 +02:00
main:
2024-05-18 19:11:00 +02:00
parameters:
epochs: { type: int, default: 20 }
command: 'python mlflow_model.py {epochs}'