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