Question 106

You are performing feature engineering on a dataset.
You must add a feature named CityName and populate the column value with the text London.
You need to add the new feature to the dataset.
Which Azure Machine Learning Studio module should you use?
  • Question 107

    You are tuning a hyperparameter for an algorithm. The following table shows a data set with different hyperparameter, training error, and validation errors.

    Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.

    Question 108

    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 109

    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 create an Azure Machine Learning service datastore in a workspace. The datastore contains the following files:
    * /data/2018/Q1.csv
    * /data/2018/Q2.csv
    * /data/2018/Q3.csv
    * /data/2018/Q4.csv
    * /data/2019/Q1.csv
    All files store data in the following format:
    id,f1,f2,I
    1,1,2,0
    2,1,1,1
    3,2,1,0
    4,2,2,1
    You run the following code:

    You need to create a dataset named training_data and load the data from all files into a single data frame by using the following code:

    Solution: Run the following code:

    Does the solution meet the goal?
  • Question 110

    You are creating a machine learning model.
    You need to identify outliers in the data.
    Which two visualizations can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.