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...
Which value should you use?
You are solving a classification task. You must evaluate your model on a limited data sample by using k-fold cross-validation. You start by configuring a k parameter as the number of splits. You need to configure the k parameter for the cross-validation. Which value should you use?A . k=1B ....
Does the solution meet the goal?
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...
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...
What should you do?
Your team is building a data engineering and data science development environment. The environment must support the following requirements: ✑ support Python and Scala ✑ compose data storage, movement, and processing services into automated data pipelines ✑ the same tool should be used for the orchestration of both data engineering...