DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

quiz-placeholder

Similar activities

Week 1 Quiz - SHEstem IoT cohort by MSC BV (31/5/24)

Week 1 Quiz - SHEstem IoT cohort by MSC BV (31/5/24)

University

10 Qs

MS-500

MS-500

Professional Development

6 Qs

Azure fundamentals

Azure fundamentals

Professional Development

11 Qs

MOC20745 - Part 4

MOC20745 - Part 4

University

8 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

AML Bootcamp quiz

AML Bootcamp quiz

Professional Development

10 Qs

DP-100 Day 5_6

DP-100 Day 5_6

University - Professional Development

10 Qs

Scratch

Scratch

KG - University

10 Qs

DP-100 day 3

DP-100 day 3

Assessment

Quiz

Computers, Special Education

University - Professional Development

Hard

Created by

CloudThat Technologies

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are solving a classification task. The dataset is imbalanced. You need to select an Azure Machine Learning Studio module to improve the classification accuracy. Which module should you use?

Permutation Feature Importance

Filter Based Feature Selection

Fisher Linear Discriminant Analysis

Synthetic Minority Oversampling Technique (SMOTE)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are using the Azure Machine Learning Python SDK to write code for an experiment. You need to record metrics from each run of the experiment, and be able to retrieve them easily from each run. What should you do?

Add print statements to the experiment code to print the metrics.

Use the log methods of the Run class to record named metrics.

Save the experiment data in the outputs folder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to use a script-based experiment to train a PyTorch model, setting the batch size and learning rate hyperparameters to different values each time the experiment runs. What should you do?

Create multiple script files – one for each batch size and learning rate combination you want to use

Set the batch_size and learning_rate properties of the ScriptRunConfig before running the experiment

Add arguments for batch size and learning rate to the script, and set them in the arguments property of the ScriptRunConfig

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Replace with mean

Remove entire column

Remove entire row

Hot Deck

Custom substitution value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are evaluating a Python NumPy array that contains six data points defined as follows: data = [10, 20, 30, 40, 50, 60].

You must generate the following output by using the k-fold algorithm implantation in the Python Scikit-learn machine learning library: train: [10 40 50 60], test: [20 30] train: [20 30 40 60], test: [10 50] train: [10 20 30 50], test: [40 60]

You need to implement a cross-validation to generate the output.

How should you complete the code segment?

from numpy import array

from sklearn.model_selection import ......................

K-means

K-Fold

Cross Validation

Model Selection

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Use the code in an image to run a script as an experiment in Azure Machine Learning:

You must identify the output files that are generated by the experiment run.You need to add code to retrieve the output file names.Which code segment should you add to the script?

files = run.get_properties()

files= run.get_file_names()

files = run.get_details_with_logs()

files = run.get_metrics()

files = run.get_details()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You create a batch inference pipeline by using the Azure ML SDK. You configure the pipeline parameters by executing the code in an image:

You need to obtain the output from the pipeline execution. Where will you find the output?

The digit_identification.py script

The debug log

The Activity Log in the Azure portal for the Machine Learning workspace

The Inference Clusters tab in Machine Learning studio

A file named parallel_run_step.txt located in the output folder

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?