EE 461 Post 3: Feature Engineering
- Engineer new features for model improvement
- Compare Techniques with original data
Feature creation: Five Key Engineered Features - Lagged Bill This is used for predicting the current or the next months billed power or consumed power by utilizing the previous months data. - 12 Month Rolling Average This uses the average of the last 12 months data to simply smooth out any irregularities. - System Efficiency Summarizes the efficiency by comparing the generation with consumption(billed). - Demand Growth Rate This represents the growth rate of the demand in percentage. In order words, how fast the demand changes. - Seasonal Encoding This represents the different weather patterns which in this case will be summer and winter(slightly colder period in Tonga) by using sine and cosine.
PCA on engineered features (dy/dx plots)
Figure 1: PCA on the Feature SetsCCA on engineered features (dy/dx plots)
Figure 2: CCA on Feature sets.
Comments
Post a Comment