Peaky Finders

ISO peak load forecasting application
Alternatives To Peaky Finders
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Weather Stations44
22 days ago9Python
A list of public weather stations everyone can edit and share.
Peaky Finders21
a year ago12Python
ISO peak load forecasting application
Weather Service2
2 years ago7mitJavaScript
Node.js weather service
Alternatives To Peaky Finders
Select To Compare


Alternative Project Comparisons
Readme

Peaky-Finders

Peaky Finders is a Plotly Dash application with helpful peak load visualizations and a day ahead forecasting model for five different ISOs. It does not demonstrate cutting-edge peak load forecasting methods -- there are a handful of high tech companies and millions of dollars spent trying to solve this problem -- but rather illustrate core concepts and explore how well a model can do with just historical load and temperature data.

The application has been deployed on Heroku: https://peaky-finders.herokuapp.com/

Stack

  • Python
  • Pandas
  • Matplotlib
  • Scikit-Learn
  • Dash
  • Plotly

Data

Historical load data was collected using the Pyiso python library, which provides clean API interfaces to make scraping ISO websites easy. The Darksky API was used for weather data, which provides historical temperature readings for a given latitude and longitude. For this model, I picked one central coordinate in each ISO territory to make API requests.

Features

  • Day of week (seven days)
  • Holiday (yes or no)
  • Hour of Day (24 hours)
  • Temperature Reading (hourly)
  • Previous Day’s Load (t-24)

Results

How well does each model perform? Depends on the ISO. Mean Absolute Error (MAE) for the month of February 2021 in Megawatts (MW):

  • CAISO: 455.91
  • MISO: 2,382.66
  • PJM: 2,886.66
  • NYISO: 347.62
  • ISONE: 522.43
Popular Iso Projects
Popular Weather Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Weather
Iso