Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 896 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 896 Bytes

Predicting Tomorrow's Rain

YouTube presentation of work: https://youtu.be/-qqhHaI8DOo?si=vOSOnrXL00bDVzjk

Brief Summary:

Regression and classifier machine learning models are used to predict the next day’s rainfall. Neural network regression, random forest, and XGBoost classifiers are trained on South Florida 2015 data with 44 features including the current day’s total rainfall, temperature, wind, surface pressure, wind, vegetation levels, and more. Then models are tested on NYC and South Florida 2022 December data. Temperature, the current day’s rainfall, and surface pressure were the top three predictive features. XGBoost was the best overall model based on F1 score.

Location: South Florida (contains the Everglades area and Lake Okeechobee) NYC and part of Westchester County

Extended Summary:

https://medium.com/@isabela.writer/predicting-tomorrows-rain-bbcf0d350bf0