Skip to content

Electricity Demand Forecasting for NYC using ML & Stats. Demonstrates and gives a glimpse of my capabilities. This project has also been submitted and graded as part of Udacity's Data Scientist Nanodegree program.

License

Notifications You must be signed in to change notification settings

satyajitovelil/NYC_Electricity_Demand_Forecasting

Repository files navigation

NYC_Electricity_Demand_Forecasting

Project Motivation

For this Project I wanted to analyze the NYC electricity demand enriched using NOAA weather data for NYC whether I could answer the following questions:

  • What effect does date & time play in influencing daily electricity demand in NYC?
    • What are the Seasonal (daily, hourly, monthly, etc) patterns in the data?
    • Do holidays or events play any role?
  • How viable are traditional ML algorithms in forecasting Day Ahead Elctricity Demand?
  • How important are NYC Weather Variables as predictors to forecast energy\electricity demand?

The above questions demonstrate rapid-prototypying and backtesting of ML algorithms for use in electricity demand forecasting. This helps businesses optimise resource utilisation and efficient usage of energy. An example of the use of such optimisation could be found in scheduling electricity supply by electricity regulators\operators\retailers.

I have also written about this in my blog here.

File Descriptions

  • The notebook titled Download_Data that deals with fetching data from Azure OpenDatasets; a modified version of this notebook.
  • source of data

The notebook titled NYC_Electricity_Demand_Forecasting showcases my work and tries to answer the questions posed above. Some markdown cells peppered throughout the notebook explain the role of each section while a docstring is written for some of the functions used.

Installations

  • numpy= 1.23.5
  • pandas = 1.5.3
  • statsmodels = 0.13.5
  • skforecast = 0.6.0
  • seaborn = 0.12.2
  • matplotlib = 3.6.3
  • azureml-opendatasets = 1.49.0
  • changepoint-cython = 0.1.3

Licensing, Authors, Acknowledgements, etc.

About

Electricity Demand Forecasting for NYC using ML & Stats. Demonstrates and gives a glimpse of my capabilities. This project has also been submitted and graded as part of Udacity's Data Scientist Nanodegree program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published