12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
|
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"
|