Question 81

You need to implement a scaling strategy for the local penalty detection data.
Which normalization type should you use?
  • Question 82

    You need to define a modeling strategy for ad response.
    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 in the correct order.

    Question 83

    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.

    Question 84

    You write five Python scripts that must be processed in the order specified in Exhibit A - which allows the same modules to run in parallel, but will wait for modules with dependencies.
    You must create an Azure Machine Learning pipeline using the Python SDK, because you want to script to create the pipeline to be tracked in your version control system. You have created five PythonScriptSteps and have named the variables to match the module names.

    You need to create the pipeline shown. Assume all relevant imports have been done.
    Which Python code segment should you use?
  • Question 85

    You create and register a model in an Azure Machine Learning workspace.
    You must use the Azure Machine Learning SDK to implement a batch inference pipeline that uses a ParallelRunStep to score input data using the model. You must specify a value for the ParallelRunConfig compute_target setting of the pipeline step.
    You need to create the compute target.
    Which class should you use?