6

Unsupervised Methods for Time-Series

We've discussed forecasting in the previous chapter, and we'll talk about predictions from time-series in the next chapter. The performance of these predictive models is easily undermined by major changes in the data. Recognizing these changes is the domain of unsupervised learning.

In this chapter, we'll describe the specific challenges of unsupervised learning with time-series data. At the core of unsupervised learning is the extraction of structure from time-series, most importantly recognizing similarities between subsequences. This is the essence of anomaly detection (also: outlier detection), where we want to identify sequences that are notably different from the rest of the series.

Time-series data ...

Get Machine Learning for Time-Series with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.