We try to predict the possible location of crime given the neighbourhood based on crimetype, date, time and neighbourhood. We use goehashing to deal with latitude and longitude and encode it to single feature.
In this notebook we try to classify the crimes in neighbourhood based on featues like time, day and area. We will try 3 models and compare them with each other.