DP-100 Exam Question 86

You need to implement a scaling strategy for the local penalty detection data.
Which normalization type should you use?
  • DP-100 Exam Question 87

    You create an experiment in Azure Machine Learning Studio- You add a training dataset that contains 10.000 rows. The first 9.000 rows represent class 0 (90 percent). The first 1.000 rows represent class 1 (10 percent).
    The training set is unbalanced between two Classes. You must increase the number of training examples for class 1 to 4,000 by using data rows. You add the Synthetic Minority Oversampling Technique (SMOTE) module to the experiment.
    You need to configure the module.
    Which values should you use? 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 88

    You create an Azure Machine learning workspace. The workspace contains a folder named src. The folder contains a Python script named script 1 .py.
    You use the Azure Machine Learning Python SDK v2 to create a control script. You must use the control script to run script l.py as part of a training job.
    You need to complete the section of script that defines the job parameters.
    How should you complete the script? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 89

    You train a machine learning model.
    You must deploy the model as a real-time inference service for testing. The service requires low CPU utilization and less than 48 MB of RAM. The compute target for the deployed service must initialize automatically while minimizing cost and administrative overhead.
    Which compute target should you use?
  • DP-100 Exam Question 90

    You use the designer to create a training pipeline for a classification model. The pipeline uses a dataset that includes the features and labels required for model training.
    You create a real-time inference pipeline from the training pipeline. You observe that the schema for the generated web service input is based on the dataset and includes the label column that the model predicts.
    Client applications that use the service must not be required to submit this value.
    You need to modify the inference pipeline to meet the requirement.
    What should you do?