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