DP-100 Exam Question 11

You create a training pipeline by using the Azure Machine Learning designer. You need to load data into a machine learning pipeline by using the Import Data component. Which two data sources could you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point
  • DP-100 Exam Question 12

    You run a script as an experiment in Azure Machine Learning.
    You have a Run object named run that references the experiment run. You must review the log files that were generated during the experiment run.
    You need to download the log files to a local folder for review.
    Which two code segments can you run to achieve this goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 13

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are creating a model to predict the price of a student's artwork depending on the following variables: the student's length of education, degree type, and art form.
    You start by creating a linear regression model.
    You need to evaluate the linear regression model.
    Solution: Use the following metrics: Accuracy, Precision, Recall, F1 score, and AUC.
    Does the solution meet the goal?
  • DP-100 Exam Question 14

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are using Azure Machine Learning Studio to perform feature engineering on a dataset.
    You need to normalize values to produce a feature column grouped into bins.
    Solution: Apply an Entropy Minimum Description Length (MDL) binning mode.
    Does the solution meet the goal?
  • DP-100 Exam Question 15

    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?