DP-100 Exam Question 56

You are a lead data scientist for a project that tracks the health and migration of birds. You create a multi-class image classification deep learning model that uses a set of labeled bird photographs collected by experts.
You have 100,000 photographs of birds. All photographs use the JPG format and are stored in an Azure blob container in an Azure subscription.
You need to access the bird photograph files in the Azure blob container from the Azure Machine Learning service workspace that will be used for deep learning model training. You must minimize data movement.
What should you do?
  • DP-100 Exam Question 57

    You plan to create a speech recognition deep learning model.
    The model must support the latest version of Python.
    You need to recommend a deep learning framework for speech recognition to include in the Data Science Virtual Machine (DSVM).
    What should you recommend?
  • DP-100 Exam Question 58

    You need to configure the Permutation Feature Importance module for the model framing 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 59

    You previously deployed a model that was trained using a tabular dataset named training-dataset, which is based on a folder of CSV files.
    Over time, you have collected the features and predicted labels generated by the model in a folder containing a CSV file for each month. You have created two tabular datasets based on the folder containing the inference data: one named predictions-dataset with a schema that matches the training data exactly, including the predicted label; and another named features-dataset with a schema containing all of the feature columns and a timestamp column based on the filename, which includes the day, month, and year.
    You need to create a data drift monitor to identify any changing trends in the feature data since the model was trained. To accomplish this, you must define the required datasets for the data drift monitor.
    Which datasets should you use to configure the data drift monitor? To answer, drag the appropriate datasets to the correct data drift monitor options. Each source may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 60

    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: Mean Absolute Error, Root Mean Absolute Error, Relative Absolute Error, Accuracy, Precision, Recall, F1 score, and AUC.
    Does the solution meet the goal?