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.
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.
Once installed, you can use this skill by running the following command in your terminal:
skills use feature-engineering