Skip to content

EJR-1/finalCapstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

finalCapstone

Table of Contents

Project Name:

Description:

  • Task 51 - Capstone Prohect VII: Unsuperivised Machine Learning

  • 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 project explores the differences between various cities using unsupervised learning methods such as Principal Component Analysis (PCA) and various clustering techniques. The dataset we will be exploring contains data on 50 cities.

  • There are 4 variables for each city in total, including variables for 'Urban population' and 'Assault'.

Installation Section

  • The project is contained with a Jupyter notebook.
  1. Create a environment that houses Python
  2. Within the Juypter Notebook or your terminal, you can install the packages specified at the top of the notebook using pip install 'name_of_package'

Usage Section

  • The project is contained with a Jupyter notebook.

  • In order to work through this notebook, you need to run each cell individually to recreate the intended output.

  • A Biplot, produced from a standardardised variable PCA Analysis.

image

  • A Hierachical cluster plot

image

Credits

  • None.

Packages:

  1. Sklearn
  2. Scipy
  3. Matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published