Add run id when registering ml azure model via python pipeline

0 votes

1

I have registed a model in this way:

from azureml.core.model import Model
model = Model.register(model_path="sklearn_regression_model.pkl",
                      model_name="sklearn_regression_model",
                      tags={'area': "diabetes", 'type': "regression"},
                      description="Ridge regression model to predict diabetes",
                      workspace=ws)

However I would like to add run id, from the experiment, so I can always back-track the model to the experiment that created the model. In azure ml there is a column indicating that it is possible to add run id to a registered model, however the model class doesn't have this parameter.

Mar 1, 2022 in Azure by Edureka
• 13,620 points
746 views

1 answer to this question.

0 votes

Create the following resources in order to execute an ML pipeline:

  • Create a datastore that will be used to access the data required in the pipeline phases.
  • Configure a Dataset object to point to persistent data stored in or accessible through a datastore. For temporary data transmitted between pipeline phases, create an OutputFileDatasetConfig object.
  • Set up the compute targets where your pipeline stages will be executed.
answered Mar 1, 2022 by Edureka
• 12,690 points

Related Questions In Azure

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

azure table storage doesn't add new fields

Add new properties in the class that ...READ MORE

answered Mar 4, 2022 in Azure by Edureka
• 13,620 points
688 views
0 votes
1 answer

How to add Azure Portal to myapps.microsoft.com

Steps to add Azure Portal: Sign in as an ...READ MORE

answered Mar 8, 2022 in Azure by Edureka
• 13,620 points

edited Jun 27, 2023 by Khan Sarfaraz 1,786 views
0 votes
1 answer

How to run console application once every month in Azure

Yes. Runbook would be required (PS script ...READ MORE

answered Mar 30, 2022 in Azure by Edureka
• 13,620 points
924 views
0 votes
1 answer

Add image to Azure Devops Dashboard

Markdown is a web writer's text-to-HTML conversion ...READ MORE

answered Mar 26, 2022 in Azure by Edureka
• 12,690 points
502 views
0 votes
1 answer

How to download Azure Function (Python) .zip file?

You can use ftp to get app ...READ MORE

answered Mar 29, 2022 in Azure by Edureka
• 12,690 points
2,175 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP