diff --git a/cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/train.yml b/cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/train.yml index 39e0bb4812..f265209f60 100644 --- a/cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/train.yml +++ b/cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/train.yml @@ -63,20 +63,20 @@ environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest command: >- python train.py - --data ${{inputs.data}} - --C ${{inputs.c_value}} - --kernel ${{inputs.kernel}} - --degree ${{inputs.degree}} - --gamma ${{inputs.gamma}} - --coef0 ${{inputs.coef0}} - --shrinking ${{inputs.shrinking}} - --probability ${{inputs.probability}} - --tol ${{inputs.tol}} - --cache_size ${{inputs.cache_size}} - --verbose ${{inputs.verbose}} - --max_iter ${{inputs.max_iter}} - --decision_function_shape ${{inputs.decision_function_shape}} - --break_ties ${{inputs.break_ties}} - --random_state ${{inputs.random_state}} - --model_output ${{outputs.model_output}} - --test_data ${{outputs.test_data}} \ No newline at end of file + --data ${{inputs.data}} + --C ${{inputs.c_value}} + --kernel ${{inputs.kernel}} + --degree ${{inputs.degree}} + --gamma ${{inputs.gamma}} + --coef0 ${{inputs.coef0}} + --shrinking ${{inputs.shrinking}} + --probability ${{inputs.probability}} + --tol ${{inputs.tol}} + --cache_size ${{inputs.cache_size}} + --verbose ${{inputs.verbose}} + --max_iter ${{inputs.max_iter}} + --decision_function_shape ${{inputs.decision_function_shape}} + --break_ties ${{inputs.break_ties}} + --random_state ${{inputs.random_state}} + --model_output ${{outputs.model_output}} + --test_data ${{outputs.test_data}} \ No newline at end of file diff --git a/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep/train.yml b/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep/train.yml index 39e0bb4812..f265209f60 100644 --- a/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep/train.yml +++ b/sdk/python/jobs/pipelines/1c_pipeline_with_hyperparameter_sweep/train.yml @@ -63,20 +63,20 @@ environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest command: >- python train.py - --data ${{inputs.data}} - --C ${{inputs.c_value}} - --kernel ${{inputs.kernel}} - --degree ${{inputs.degree}} - --gamma ${{inputs.gamma}} - --coef0 ${{inputs.coef0}} - --shrinking ${{inputs.shrinking}} - --probability ${{inputs.probability}} - --tol ${{inputs.tol}} - --cache_size ${{inputs.cache_size}} - --verbose ${{inputs.verbose}} - --max_iter ${{inputs.max_iter}} - --decision_function_shape ${{inputs.decision_function_shape}} - --break_ties ${{inputs.break_ties}} - --random_state ${{inputs.random_state}} - --model_output ${{outputs.model_output}} - --test_data ${{outputs.test_data}} \ No newline at end of file + --data ${{inputs.data}} + --C ${{inputs.c_value}} + --kernel ${{inputs.kernel}} + --degree ${{inputs.degree}} + --gamma ${{inputs.gamma}} + --coef0 ${{inputs.coef0}} + --shrinking ${{inputs.shrinking}} + --probability ${{inputs.probability}} + --tol ${{inputs.tol}} + --cache_size ${{inputs.cache_size}} + --verbose ${{inputs.verbose}} + --max_iter ${{inputs.max_iter}} + --decision_function_shape ${{inputs.decision_function_shape}} + --break_ties ${{inputs.break_ties}} + --random_state ${{inputs.random_state}} + --model_output ${{outputs.model_output}} + --test_data ${{outputs.test_data}} \ No newline at end of file