Feature Selection

Selects the most relevant lags, window features, and exogenous variables using sklearn feature selectors (RFECV, SelectFromModel). Covers single-series and multi-series selection with force inclusion and subsampling. Use when the user has many features and wants to identify the most important ones.

skforecast e3eb5e0 6.0 KB Updated

File contents

skforecast/skforecast/tree/main/skills/feature-selection commit e3eb5e06a2

Frequently asked questions

npx skillmds@latest add skforecast/feature-selection