ium_464962/mlflow/MLProject
Krzysztof Raczyński 75a3a6e6c7 IUM_08
2024-05-21 19:47:48 +02:00

13 lines
282 B
Plaintext

name: Car Price Prediction
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"