Feature Engineering

Creates features for time series forecasting: calendar features with skforecast's `CalendarFeatures` (cyclical, onehot, or spline encoding) — either delegated to the forecaster via the `calendar_features` parameter or built manually as exog — holiday distance features with `calculate_distance_from_holiday`, rolling statistics with `RollingFeatures`, differencing, and categorical exogenous variables. Use when the user wants to improve model accuracy through feature engineering or asks about exogenous variable creation.

skforecast 6f7b242 3 files · 42.9 KB Updated

File contents

skforecast/skforecast/tree/main/skills/feature-engineering commit 6f7b24224c

Frequently asked questions

npx skillmds@latest add skforecast/feature-engineering