-
Book Overview & Buying
-
Table Of Contents
Practical Systems Programming in Go
By :
Time series data mining is the process of discovering useful patterns, relationships, and structures within data that change over time. In practice, it involves techniques for classification, clustering, anomaly detection, forecasting, and motif or shape discovery in sequences of numeric values collected over regular intervals — such as sensor readings, stock prices, log file analytics, system metrics, service metrics or network metrics. The selection of an appropriate metric is often an essential step in all data mining tasks. This choice depends on the nature of the data and the characteristics of the patterns one is trying to capture. Different metrics may be more suitable for different applications and types of time series data. Modern approaches use a combination of distances with different weights for each distance or allow a machine learning model to decide which distance gets a higher priority.
However, as we scale these mining operations to handle...