Question 141

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.
  • Question 142

    You have a Python data frame named salesData in the following format:

    The data frame must be unpivoted to a long data format as follows:

    You need to use the pandas.melt() function in Python to perform the transformation.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 143

    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 144

    Drag and Drop Question
    You create an Azure Machine Learning workspace. You are training a classification model with no-code AutoML in Azure Machine Learning studio.
    The model must predict if a client of a financial institution will subscribe to a fixed-term deposit.
    You must preview the data profile in Azure Machine Learning studio once the dataset is created.
    You need to train the model.
    Which four 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 145

    You create a script for training a machine learning model in Azure Machine Learning service.
    You create an estimator by running the following code:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.