Skip to content

Analysis to predict the crime rates across 50 states using various classification and regression models.

Notifications You must be signed in to change notification settings

jschulberg/U.S.-Crime-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U.S. Crime Analysis

This repository includes analysis to predict the crime rates across 50 states using a wide array of machine learning and data science techniques, including, but not limited to:

  • Principal Component Analysis
  • Decision Trees
  • Random Forest
  • Linear and Logistic Regression
  • Variable Selection (LASSO, Ridge, Step, etc.)
  • Outlier Detection

The repository is organized as follows:

Folder Description
Code This section includes all of the data wrangling and predictive modeling R code used on the U.S. Crime dataset.
Data This section includes the main dataset used throughout the analyses.
Viz This section includes all of the main visualizations generated by the R Code in the Code section.

Note: The data can be found in the data folder as well as at the following location: http://www.statsci.org/data/general/uscrime.txt

The description for the dataset can be found at the following location: http://www.statsci.org/data/general/uscrime.html

About

Analysis to predict the crime rates across 50 states using various classification and regression models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages