Skip to content

Commit 0b4f233

Browse files
algattikeedorenko
andauthored
Update diabetes_regression_build_train_pipeline_with_r.py (#167)
Co-authored-by: Eugene Fedorenko <[email protected]>
1 parent e0e6d22 commit 0b4f233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml_service/pipelines/diabetes_regression_build_train_pipeline_with_r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
train_pipeline = Pipeline(workspace=aml_workspace, steps=steps)
5252
train_pipeline.validate()
5353
published_pipeline = train_pipeline.publish(
54-
name=e.pipeline_name + "_with_R",
54+
name=e.pipeline_name,
5555
description="Model training/retraining pipeline",
5656
version=e.build_id
5757
)

0 commit comments

Comments
 (0)