DP-100 Exam Question 31

You are profiling mltabte data assets by using Azure Machine Learning studio. You need to detect columns with odd or missing values. Which statistic should you analyze?
  • DP-100 Exam Question 32

    You have a binary classifier that predicts positive cases of diabetes within two separate age groups.
    The classifier exhibits a high degree of disparity between the age groups.
    You need to modify the output of the classifier to maximize its degree of fairness across the age groups and meet the following requirements:
    * Eliminate the need to retrain the model on which the classifier is based.
    * Minimize the disparity between true positive rates and false positive rates across age groups.
    Which algorithm and panty constraint should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 33

    You manage an Azure Machine Learning workspace named workspace1 and a Data Science Virtual Machine (DSVM) named DSMV1.
    You must an experiment in DSMV1 by using a Jupiter notebook and Python SDK v2 code. You must store metrics and artifacts in workspace 1 You start by creating Python SCK v2 code to import ail required packages.
    You need to implement the Python SOK v2 code to store metrics and article in workspace1.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them the correctly order.

    DP-100 Exam Question 34

    You create a multi-class image classification model with automated machine learning in Azure Machine Learning.
    You need to prepare labeled image data as input for model training in the form of an Azure Machine Learning tabular dataset.
    Which data format should you use?
  • DP-100 Exam Question 35

    You are creating a new experiment in Azure Machine Learning Studio. You have a small dataset that has missing values in many columns. The data does not require the application of predictors for each column. You plan to use the Clean Missing Data module to handle the missing data.
    You need to select a data cleaning method.
    Which method should you use?