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
Обновлено 3/9/2026
Звёзды
1476
Форки
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.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use feature-selection