ium_464962/mlflow/MLProject
Krzysztof Raczyński eda9b367de IUM_08
2024-05-21 19:49:10 +02:00

13 lines
275 B
Plaintext

name: mlflow_464962
conda_env: conda.yaml
entry_points:
main:
parameters:
epochs: {type: int, default: 20}
batch_size: {type: int, default: 32}
command: "python mlflow_model.py {epochs} {batch_size}"
predict:
command: "python mlflow_predict.py"