ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 29 - DP-100 discussion

Report
Export

HOTSPOT

You create an Azure Machine Learning workspace.

You need to detect data drift between a baseline dataset and a subsequent target dataset by using the DataDriftDetector class.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 29
Correct answer: Question 29

Explanation:

Box 1: create_from_datasets

The create_from_datasets method creates a new DataDriftDetector object from a baseline tabular dataset and a target time series dataset.

Box 2: backfill

The backfill method runs a backfill job over a given specified start and end date.

Syntax: backfill(start_date, end_date, compute_target=None, create_compute_target=False)

Incorrect Answers:

List and update do not have datetime parameters.

Reference:

https://docs.microsoft.com/en-us/python/api/azureml-datadrift/azureml.datadrift.datadriftdetector(class)

asked 02/10/2024
vault ghz
28 questions
User
0 comments
Sorted by

Leave a comment first