home/categories/bioinformatics/skforecast-skforecast-skills-feature-selection-skill-md
bioinformaticsresearch

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
maintainer
skforecast
Updated 3/9/2026
Stars
1476
Forks
187
quick start

Installation and usage

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.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use feature-selection