Overview

The forecastTool model attempts to predict the next day’s electric consumption. Furthermore, it attempts to place tomorrow's peak in a monthly context, giving the statistical likelihood that tomorrow will be the monthly peak.

Detailed information on the model implementation and results: https://towardsdatascience.com/an-electric-utilitys-3-part-guide-to-peak-shaving-with-neural-networks-de5c7752d946

Inputs

Outputs

The zoomable graph that shows tomorrow’s forecast (blue) and compares that to historical monthly loads (gray) as well as the current month’s load so far (black).

The three-day peak forecast, the highest peak so far, and their appropriate error bars. Given those inputs, the model predicts the statistical likelihood that tomorrow’s peak will be the monthly peak. For even better context, the historical distribution of hourly load is also given, helping utilities place tomorrow’s forecast in context.