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
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use feature-selection