Skip to content

Commit

Permalink
Update diabetes_regression_build_train_pipeline_with_r.py (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Fedorenko <eugene.fedor@gmail.com>
  • Loading branch information
algattik and eedorenko authored Jan 31, 2020
1 parent e0e6d22 commit 0b4f233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
train_pipeline = Pipeline(workspace=aml_workspace, steps=steps)
train_pipeline.validate()
published_pipeline = train_pipeline.publish(
name=e.pipeline_name + "_with_R",
name=e.pipeline_name,
description="Model training/retraining pipeline",
version=e.build_id
)
Expand Down

0 comments on commit 0b4f233

Please sign in to comment.