exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 16 discussion

Actual exam question from Microsoft's DP-100
Question #: 16
Topic #: 3
[All DP-100 Questions]

DRAG DROP -
You create a multi-class image classification deep learning model.
The model must be retrained monthly with the new image data fetched from a public web portal. You create an Azure Machine Learning pipeline to fetch new data, standardize the size of images, and retrain the model.
You need to use the Azure Machine Learning SDK to configure the schedule for the pipeline.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Publish the pipeline.
To schedule a pipeline, you'll need a reference to your workspace, the identifier of your published pipeline, and the name of the experiment in which you wish to create the schedule.
Step 2: Retrieve the pipeline ID.
Needed for the schedule.
Step 3: Create a ScheduleRecurrence..
To run a pipeline on a recurring basis, you'll create a schedule. A Schedule associates a pipeline, an experiment, and a trigger.
First create a schedule. Example: Create a Schedule that begins a run every 15 minutes: recurrence = ScheduleRecurrence(frequency="Minute", interval=15)
Step 4: Define an Azure Machine Learning pipeline schedule..
Example, continued:
recurring_schedule = Schedule.create(ws, name="MyRecurringSchedule", description="Based on time", pipeline_id=pipeline_id, experiment_name=experiment_name, recurrence=recurrence)
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-schedule-pipelines

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BilJon
Highly Voted 3 years, 6 months ago
Answer is corrrect
upvoted 17 times
...
evangelist
Most Recent 4 months, 1 week ago
Answer is correct and also the sequence
upvoted 1 times
...
ning
2 years, 4 months ago
Correct, given that you have the model and pipeline ready, and you want to schedule a run
upvoted 1 times
...
racnaoamo
2 years, 4 months ago
on exam 18-5-22
upvoted 4 times
...
[Removed]
2 years, 7 months ago
On 20Feb2022
upvoted 4 times
...
snsnsnsn
3 years, 1 month ago
on 2/9/21
upvoted 2 times
...
datamijn
3 years, 2 months ago
on 2/8/2021
upvoted 4 times
...
azurecert2021
3 years, 3 months ago
given answer is correct so that you can initiate the scheduled runs of a pipeline, the pipelinemust be created and published first. Then you have to create a ScheduleRecurrence (trigger) objectand, finally the Schedule itself, connecting the pipeline (via its id) and the trigger object must becreated and run. You can watch the scheduled pipelines in the Endpoints section of the ML Studio. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-schedule-pipelines https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-setup-schedule-for-a-published-pipeline.ipynb
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago