Univariate Anomaly Detection - Change Points and Best Practices
Explore how to detect change points in time-series data with Azure Decision Cognitive Services. Understand the code, practical application, and best practices for univariate anomaly detection, including data preparation, handling missing data, and when to apply full dataset vs. last-point detection for optimized AI monitoring.
We'll cover the following...
We'll cover the following...
To recap, in the previous lesson we discussed the two approaches to detect the anomalies in time-series data. In this lesson, we’ll explore the third scenario—detecting change points in the time-series data. We’ll take the same sample data set of the stock prices with their timestamp.
Detecting change points in the time-series data
Let’s explore how change points are detected in the time-series data.
Explanation:
- The code is almost the same as the code we discussed in the