Exam DP-100 All QuestionsBrowse all questions from this exam
Question 194

DRAG DROP -

You create a training pipeline using the Azure Machine Learning designer. You upload a CSV file that contains the data from which you want to train your model.

You need to use the designer to create a pipeline that includes steps to perform the following tasks:

✑ Select the training features using the pandas filter method.

✑ Train a model based on the naive_bayes.GaussianNB algorithm.

✑ Return only the Scored Labels column by using the query

✑ SELECT [Scored Labels] FROM t1;

Which modules should you use? To answer, drag the appropriate modules to the appropriate locations. Each module name may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Select and Place:

    Correct Answer:

    Box 1: Two-Class Neural Network -

    The Two-Class Neural Network creates a binary classifier using a neural network algorithm.

    Train a model based on the naive_bayes.GaussianNB algorithm.

    Box 2: Execute python script -

    Select the training features using the pandas filter method

    Box 3: Select Columns in DataSet

    Return only the Scored Labels column by using the query SELECT [Scored Labels] FROM t1;

    Reference:

    https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/two-class-neural-network

Discussion
JB246

1. Execute python script 2. Create Python mode (for using naive_bayes.GausianNB) 3. Apply SQL Transform https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/create-python-model https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/apply-sql-transformation

YipingRuan

Create Python model (typo). But you are right!

dija123

Totally agree with this answer

Thornehead

I couldn't find anything called naive_bayes.GaussianNB algorithm in the documentation link provided. So your answer is correct

hendriktytgatpwc

I rebuild this network in Designer and the answer is totally wrong: It should be from top to bottom = Execute Python script (after dataset), before train model the 2 Class NN module, after scoring it should be SQL Transformation

kty

I agree

kty

and the question asks : Train a model based on the naive_bayes.GaussianNB algorithm. But there is not an option for this

brendal89

That can't be correct since they are asking for Naive Bayes * box 1: execute Python script (the only way to use the pandas filter method) * box 2: exectue python script (see: https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/create-python-model) * box 3: apply SQL transformation (the SELECT statement indicates we should use SQL here)

bruce_

Should it be Create python model for the 2nd?

farahpeebs

It should be: Box 1: Select columns in dataset Box 2: Create python model Box 3: Execute python script Based on this link: https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/create-python-model

AjoseO

Correct!

therealola

on exam 18-06-22 ------ 1. Execute python script 2. Create Python model 3. Apply SQL Transform

MattAnya

on 03 Jan 2023

skrjha20

1.Select columns in dataset 2.Create Python Model 3.Execute Python Script https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/create-python-model

kkkk_jjjj

on exam 18/03/2022

ning

1. select columns 2. NB model 3. SQL Transform My answer will be that ...

ning

Read question again ... 1. If have to use pandas filter, then script 2. If Bayes is the algorithm, then python model

JTWang

on exam 04/22/2022

LM12

1. select cols 2. Create model 3. execute python script. The exact example here : https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/create-python-model?view=azureml-api-2

phdykd

SLECT COLUMNS, CREATE PYTHON MODEL, APPLY SQL TRANSFORMATION

umair_hanu

a)select column in dataset b)python model c)python script

TheYazan

On march 2022

Tushazz

1.left side box:execute python script. 2.Select columns in dataset 3.apply SQL transformation

JoshuaXu

On 6 Nov 2021, agree with the highest voted answer (by JB246).

skrjha20

Select columns ftom dataset create model Apply SQL Transformations

pkal

on exam 9/24/2021