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. Hot Area:Â Suggested Answer:
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) This question is in DP-100 Exam For getting Microsoft Azure Data Scientist Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer