MLproject 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 name: tutorial conda_env: conda.yaml entry_points: main: parameters: alpha: float l1_ratio: {type: float, default: 0.1} command: "python train.py {alpha} {l1_ratio}"