Skip to content

Commit

Permalink
Added default value to alpha (mlflow#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub authored and dbczumar committed Oct 29, 2019
1 parent 898b23e commit 6971b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sklearn_elasticnet_wine/MLproject
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ conda_env: conda.yaml
entry_points:
main:
parameters:
alpha: float
alpha: {type: float, default: 0.5}
l1_ratio: {type: float, default: 0.1}
command: "python train.py {alpha} {l1_ratio}"

0 comments on commit 6971b9d

Please sign in to comment.