openskills.info
Course Preview

Feature Engineering for Time Series

Feature engineering for time series turns timestamps, earlier observations, and data known at prediction time into model inputs. It helps a forecasting or time-dependent model represent recurring calendar patterns, recent behavior, and changes without using information from the future.

itArtificial intelligence and machine learning

Feature Engineering for Time Series

Feature engineering for time series converts an ordered history into inputs a model can use at a defined prediction time. The central constraint is availability: each feature in the row for time t must be computable using information available at t. A feature that depends on a later observation describes the answer rather than the information available to make the prediction.

A tabular model expects one row per example. For a forecast horizon of one period, a row can contain demand at earlier periods, the current timestamp's calendar fields, and a weather forecast issued before that timestamp. The target is demand at the next period. The same pattern supports anomaly detection, classification, and regression, but the target and availability rule must be stated before features are built.

The time-aware feature row

Start by defining four things:

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources