How should you complete the code segment?
HOTSPOT You are creating a machine learning model in Python. The provided dataset contains several numerical columns and one text column. The text column represents a product's category. The product category will always be one of the following: ✑ Bikes ✑ Cars ✑ Vans ✑ Boats You are building a...
What should you recommend?
You plan to create a speech recognition deep learning model. The model must support the latest version of Python. You need to recommend a deep learning framework for speech recognition to include in the Data Science Virtual Machine (DSVM). What should you recommend?A . Apache DrillB . TensorflowC . RattleD...
Which three actions should you perform in sequence?
DRAG DROP 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. View AnswerAnswer: Explanation: Step 1: Implement a K-Means...
Which two metrics can you use?
You are analyzing a dataset containing historical data from a local taxi company. You are developing a regression a regression model. You must predict the fare of a taxi trip. You need to select performance metrics to correctly evaluate the- regression model. Which two metrics can you use? Each correct...
Which three actions should you perform in sequence?
DRAG DROP You need to correct the model fit issue. 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: Augment the data Scenario: Columns...
Which module should you use?
You are moving a large dataset from Azure Machine Learning Studio to a Weka environment. You need to format the data for the Weka environment. Which module should you use?A . Convert to CSVB . Convert to DatasetC . Convert to ARFFD . Convert to SVMLightView AnswerAnswer: C Explanation: Use...
What should you select?
HOTSPOT You are performing sentiment analysis using a CSV file that includes 12,000 customer reviews written in a short sentence format. You add the CSV file to Azure Machine Learning Studio and configure it as the starting point dataset of an experiment. You add the Extract N-Gram Features from Text...
In which order should you perform the actions?
DRAG DROP You have a dataset that contains over 150 features. You use the dataset to train a Support Vector Machine (SVM) binary classifier. You need to use the Permutation Feature Importance module in Azure Machine Learning Studio to compute a set of feature importance scores for the dataset. In...
Which values should you select?
HOTSPOT You are retrieving data from a large datastore by using Azure Machine Learning Studio. You must create a subset of the data for testing purposes using a random sampling seed based on the system clock. You add the Partition and Sample module to your experiment. You need to select...
Which parameter should you use?
You are creating a machine learning model. You have a dataset that contains null rows. You need to use the Clean Missing Data module in Azure Machine Learning Studio to identify and resolve the null and missing data in the dataset. Which parameter should you use?A . Replace with meanB...