@Amoozegar, Shahrzad Thanks for the question. Concept Drift Detection Methods:
Approaches to Drift Detection:
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.