What should you do?
You need to resolve the local machine learning pipeline performance issue . What should you do?A . Increase Graphic Processing Units (GPUs).B . Increase the learning rate.C . Increase the training iterations,D . Increase Central Processing Units (CPUs).View AnswerAnswer: A
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...
How should you configure the Clean Missing Data module?
HOTSPOT You need to replace the missing data in the Accessibility To High way 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...
You plan to use Hyperdrive to optimize the hyperparameters selected when training a model
HOTSPOT You plan to use Hyperdrive to optimize the hyperparameters selected when training a model. You create the following code to define options for the hyperparameter experiment For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one...
You create an Azure Machine Learning compute target named ComputeOne by using the STANDARD_D1 virtual machine image
HOTSPOT You create an Azure Machine Learning compute target named ComputeOne by using the STANDARD_D1 virtual machine image. You define a Python variable named was that references the Azure Machine Learning workspace. You run the following Python code: For each of the following statements, select Yes if the statement is...
Which two conditions must the feature set contain?
You are building a regression model tot estimating the number of calls during an event. You need to determine whether the feature values achieve the conditions to build a Poisson regression model. Which two conditions must the feature set contain? I ach correct answer presents part of the solution. NOTE:...
How should you complete the code?
HOTSPOT The finance team asks you to train a model using data in an Azure Storage blob container named finance-data. You need to register the container as a datastore in an Azure Machine Learning workspace and ensure that an error will be raised if the container does not exist. How...
Which property should you set?
You use the Azure Machine Learning service to create a tabular dataset named training.data. You plan to use this dataset in a training script. You create a variable that references the dataset using the following code: training_ds = workspace.datasets.get("training_data") You define an estimator to run the script. You need to...
What should you do?
You are a data scientist working for a bank and have used Azure ML to train and register a machine learning model that predicts whether a customer is likely to repay a loan. You want to understand how your model is making selections and must be sure that the model...
How should you complete the AutoMLConfig definition?
HOTSPOT You collect data from a nearby weather station. You have a pandas dataframe named weather_df that includes the following data: The data is collected every 12 hours: noon and midnight. You plan to use automated machine learning to create a time-series model that predicts temperature over the next seven...