ium_464937/mlflow/MLproject
Szymon Bartanowicz 248ef29471 mlflow
2024-05-18 19:42:40 +02:00

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}'