DataDrift in AzureML

Amoozegar, Shahrzad 1 Reputation point
2022-08-06T20:15:58.003+00:00

Hi, What is the underlying algorithm for azureml DataDriftDetector class? and what is the mathematical implication of the threshold in datadrift?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,839 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2022-08-09T03:15:57.817+00:00

    @Amoozegar, Shahrzad Thanks for the question. Concept Drift Detection Methods:
    Approaches to Drift Detection:
    229392-image.png

    we will pivot to focusing on detecting drift in Data – regardless of what it is, where it came from. Our prereq becomes usage of TimeSeriesDataset, which is a low bar for entry.
    datadrift = DataDriftDetector.create(ws, baseline=tsd.timerange(start, end), target=tsd)
    Here is the document for Detect data drift (preview) on datasets.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.