File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
155
155
cluster_name = " cpu-cluster"
156
156
print (ml_client.compute.get(cluster_name))
157
157
158
- # Import components that are defined with python function
158
+ # Import components that are defined with Python function
159
159
with open (" src/components.py" ) as fin:
160
160
print (fin.read())
161
161
@@ -173,7 +173,7 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
173
173
# define a pipeline with component
174
174
@pipeline (default_compute = cluster_name)
175
175
def pipeline_with_python_function_components (input_data , test_data , learning_rate ):
176
- """ E2E dummy train-score-eval pipeline with components defined via python function components"""
176
+ """ E2E dummy train-score-eval pipeline with components defined via Python function components"""
177
177
178
178
# Call component obj as function: apply given inputs & parameters to create a node in pipeline
179
179
train_with_sample_data = train_model(
You can’t perform that action at this time.
0 commit comments