Which Azure Machine Learning Studio module should you use?
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?A . Edit MetadataB . Preprocess TextC ....
How should you complete the code segment?
HOTSPOT 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...
Which properties should you select?
HOTSPOT You need to set up the Permutation Feature Importance module according to the model training requirements. Which properties should you select? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Accuracy Scenario: You want to...
Which of the following is correct?
You are building recurrent neural network to perform a binary classification. The training loss, validation loss, training accuracy, and validation accuracy of each training epoch has been provided. You need to identify whether the classification model is over fitted. Which of the following is correct?A . The training loss increases...
Which three options should you select?
HOTSPOT You plan to preprocess text from CSV files. You load the Azure Machine Learning Studio default stop words list. You need to configure the Preprocess Text module to meet the following requirements: ✑ Ensure that multiple related words from a single canonical form. ✑ Remove pipe characters from text....
Which utilities should you use?
HOTSPOT You use Data Science Virtual Machines (DSVMs) for Windows and Linux in Azure. You need to access the DSVMs. Which utilities should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer:
How should you configure the Clean Missing Data module?
HOTSPOT You need to replace the missing data in the AccessibilityToHighway columns. How should you configure the Clean Missing Data module? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Replace using MICE Replace using MICE:...
Which method should you use?
You are performing a filter based feature selection for a dataset 10 build a multi class classifies by using Azure Machine Learning Studio. The dataset contains categorical features that are highly correlated to the output label column. You need to select the appropriate feature scoring statistical method to identify the...
Which three actions should you perform in sequence?
DRAG DROP You need to define an evaluation strategy for the crowd sentiment models. 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. View AnswerAnswer: Explanation: Step 1: Define...
Which two modules can you users?
You are analyzing a dataset by using Azure Machine Learning Studio. YOU need to generate a statistical summary that contains the p value and the unique value count for each feature column. Which two modules can you users? Each correct answer presents a complete solution. NOTE: Each correct selection is...