FireDepartment_MachineLearning

View the Project on GitHub

Machine Learning - SF Fire Department False Alarms

Project Overview

Objectives

Design an accurate machine learning model that can be used to predict future false alarms. This will help increase the efficiency of the fire department, detecting false alarms prior to expending resources.

Data Preperation

Data is accessed through a public repository on aws s3, uploaded by the government of San Fransisco.

The s3 drive is mounted and tables ‘Fire_Department_Call’ and ‘Fire_Incidents’ are extracted. From here, both tables are joined by ‘IncidentNumber’ creating a single dataframe object. Vector features are then selected and assembled for the machine learning pipeline.

Data Modeling

4 Different Machine Learning models are constructed and evaluated

You can access the Jupiter Notebook at this LINK

Conclusions