machine-learningdata-ai
feature-engineering
Creates features for time series forecasting: calendar features with feature_engine (DatetimeFeatures, CyclicalFeatures), rolling statistics with RollingFeatures, differencing, sunlight features, and data scaling. Use when the user wants to improve model accuracy through feature engineering or asks about exogenous variable creation.
maintainer
skforecast
更新于 3/9/2026
星标
1476
分支
187
quick start
Installation and usage
Creates features for time series forecasting: calendar features with feature_engine (DatetimeFeatures, CyclicalFeatures), rolling statistics with RollingFeatures, differencing, sunlight features, and data scaling. Use when the user wants to improve model accuracy through feature engineering or asks about exogenous variable creation.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use feature-engineering