List of questions
Related questions
Question 15 - DP-100 discussion
You use the Azure Machine Learning Python SDK to define a pipeline that consists of multiple steps.
When you run the pipeline, you observe that some steps do not run. The cached output from a previous run is used instead.
You need to ensure that every step in the pipeline is run, even if the parameters and contents of the source directory have not changed since the previous run.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A.
Use a PipelineData object that references a datastore other than the default datastore.
B.
Set the regenerate_outputs property of the pipeline to True.
C.
Set the allow_reuse property of each step in the pipeline to False.
D.
Restart the compute cluster where the pipeline experiment is configured to run.
E.
Set the outputs property of each step in the pipeline to True.
Your answer:
0 comments
Sorted by
Leave a comment first