DP-100 Exam Question 46

You create an Azure Machine Learning pipeline named pipeline1 with two steps that contain Python scripts. Data processed by the first step is passed to the second step.
You must update the content of the downstream data source of pipeline1 and run the pipeline again You need to ensure the new run of pipeline1 fully processes the updated content.
Solution: Set the allow_reuse parameter of the PythonScriptStep object of both steps to False Does the solution meet the goal?
  • DP-100 Exam Question 47

    You need to configure the Permutation Feature Importance module for the model training requirements.
    What should you do? To answer, select the appropriate options in the dialog box in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 48

    You need to record the row count as a metric named row_count that can be returned using the get_metrics method of the Run object after the experiment run completes. Which code should you use?
  • DP-100 Exam Question 49

    You have a multi-class image classification deep learning model that uses a set of labeled photographs. You create the following code to select hyperparameter values when training the model.

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 50

    You train classification and regression models by using automated machine learning.
    You must evaluate automated machine learning experiment results. The results include how a classification model is making systematic errors in its predictions and the relationship between the target feature and the regression model's predictions. You must use charts generated by automated machine learning.
    You need to choose a chart type for each model type.
    Which chart types should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.