EE 461 Post 3: Feature Engineering

 

Week 8 Progress: Feature Engineering

Objectives For Week 8

  • Engineer new features for model improvement
  • Compare Techniques with original data

Tasks Completed

  • 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 Sets

  • CCA on engineered features (dy/dx plots) 

    Figure 2: CCA on Feature sets.

Comments

Popular posts from this blog

EE 461 Final Post II: Load Forecasting for Tonga Power Limited

EE 461 Post 7: Final Generation Scheduling

EE 461 Post 1: Data Familiarization and Visualization