Technical GlossaryData Science and Data Management
Lag Feature
A type of feature that brings time-dependent patterns into the model using values from previous time steps.
Lag features help bring past information into the model, especially in time series and sequential event data. Examples include the previous day’s sales, the average of the last three transactions, or last week’s traffic volume. This allows the system to capture patterns that depend on history. However, lag feature generation requires careful handling of time alignment and leakage risk. In time-aware problems, lag features often produce highly valuable signals.
You Might Also Like
Explore these concepts to continue your artificial intelligence journey.
