An open API service indexing awesome lists of open source software.

https://github.com/moindalvs/assignment_crime_data_clustering

Content This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973. Also given is the percent of the population living in urban areas.This is a systematic approach for identifying and analyzing patterns and trends in crime using USArrest dataset.
https://github.com/moindalvs/assignment_crime_data_clustering

clustering-algorithm data-science dbscan-clustering epsilon hierarchical-clustering kmeans-clustering

Last synced: 9 months ago
JSON representation

Content This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973. Also given is the percent of the population living in urban areas.This is a systematic approach for identifying and analyzing patterns and trends in crime using USArrest dataset.

Awesome Lists containing this project

README

          

## 1. Content
+ This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973. Also given is the percent of the population living in urban areas.This is a systematic approach for identifying and analyzing patterns and trends in crime using USArrest dataset.
A data frame with 50 observations on 4 variables.

+ Murder is numeric and Murder arrests (per 100,000)
+ Assault is numeric and Assault arrests (per 100,000)
+ UrbanPop is numeric and UrbanPop arrests (per 100,000)
+ Rape is numeric and Rape arrests (per 100,000)

# Problem Statement
## Perform Clustering(Hierarchical, Kmeans & DBSCAN) for the crime data and identify the number of clusters formed and draw inferences.
### Draw the inferences from the clusters obtained.