Home

Awesome

Fire Prediction Project Summary

Using Worldclim climate data and historical fire data from Data.gov, we used 4 different algorithms to predict the likliehood of future fires. Our models were trained using historical climatic data, which were then applied to Worldclim predictive datasets (2040, 2070) with 2 levels of climate change severity (driven by future air pollution levels).

Heroku: https://ucbx-fire-prediction-2019.herokuapp.com/

Extraction, Transform

https://catalog.data.gov/dataset/combined-wildfire-dataset-for-the-united-states-and-certain-territories-1870-2015

http://www.worldclim.org/version1

Machine Learning

Four Prediction Models:

  1. Neural Network
  2. Random Forest
  3. KNN
  4. Logistic Regression

Load

Flask App

Web Template

Charting