ium_464937/mlflow/MLproject
Szymon Bartanowicz 57def16f1a mlflow
2024-05-18 19:11:00 +02:00

7 lines
182 B
Plaintext

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