10

Creating Features from a Time Series with tsfresh

Throughout this book, we’ve discussed feature engineering methods and tools tailored for tabular and relational datasets. In this chapter, we will shift our focus to time-series data. A time series is a sequence of observations taken sequentially over time. Examples include energy generation and demand, temperature, air pollutant concentration, stock prices, and sales revenue. Each of these examples represents a variable and their values change over time.

The widespread availability of affordable sensors capable of measuring motion, movement, humidity, glucose, and other parameters has significantly increased the amount of temporally annotated data. These time series can be utilized in various ...

Get Python Feature Engineering Cookbook - Third Edition 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.