This project, completed during a one-month mentorship with Ken Williams at NextEra Analytics in spring 2019, was my first foray into machine learning. I was quite new to the field — I had to learn everything from the pandas
library to what a random forest model is.
The task, first presented at a Carnegie Mellon hackathon: to forecast the electrical power consumption of a city such as Boston given the weather, date, time, and some information about the power consumption in the past. Ultimately, I developed prediction algorithms using a random forest model, an SVM, and a simple neural network. I was able to get better results with each of these than my "control," which was simply guessing that the power consumption would be the same as 72 hours ago.