mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 01:27:06 -05:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
name: mlflow-example
|
|
|
|
conda_env: conda.yaml
|
|
|
|
entry_points:
|
|
main:
|
|
parameters:
|
|
alpha: float
|
|
l1_ratio: {type: float, default: 0.1}
|
|
command: "python train.py {alpha} {l1_ratio}"
|