Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 494 Bytes

File metadata and controls

8 lines (7 loc) · 494 Bytes

Classification-on-Denver-Crime

We will use the Denver Crime Data to predict whether the reported offense is a crime or not. We will be using 4 approaches i.e.
1.Pocket Algorithm.
2.Quadratic Discriminant Analysis(QDA).
3.Linear Discriminant Analysis(LDA).
4.Linear Regression.
Using these approaches we will classify the target value as is a crime or not a crime. We will be comparing the accuracy and other metrics of training and testing data for all the 4 approaches.