Skip to content

Latest commit

 

History

History

models

Models

Models implemented during the course of the project:

Utility scripts

  • aws_arima.py fits ARIMA model on last one month's data and forecasts load for each day
  • aws_rnn.py fits RNN, LSTM, GRU on last 2 month's data and forecasts load for each day
  • aws_smoothing.py fits SES, SMA, WMA on last one month's data and forecasts load for each day
  • aws.py a scheduler to run all above three scripts everyday 00:30 IST
  • pdq_search.py for grid search of hyperparameters of ARIMA model on last one month's data
  • load_scrap.py to scrap load from SLDC's website
  • wheather_scrap.py to scrap wheather data from wunderground website