ium_464953/MLProject/MLProject

12 lines
219 B
Plaintext
Raw Normal View History

2024-05-13 23:32:25 +02:00
name: MLflow Example
conda_env: conda.yaml
entry_points:
main:
command: "python model_creator.py {max_iter}"
parameters:
max_iter: {type: int, default: 1000}
test:
command: "python use_model.py"