Skip to content

Eve-dev-tech/PCA-principle-component-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PCA-principle-component-analysis

The objective of this project is to reduce the number of features by using dimensionality reduction techniques It is part of my MIT IDSS Data Science and Machine learning course.

MLS Case Study PCA


Context:


In this case study, I will use the Education dataset which contains information on educational institutes in USA. The data has various attributes such as number of applications received, enrollments, faculty education, financial aspects and graduation rate of each institute.


Objective:


The objective of this problem is to reduce the number of features by using dimensionality reduction techniques like PCA and extract insights.


Dataset:


The Education dataset contains information on various colleges in USA. It contains the following information:

  • Names: Names of various universities and colleges
  • Apps: Number of applications received
  • Accept: Number of applications accepted
  • Enroll: Number of new students enrolled
  • Top10perc: Percentage of new students from top 10% of Higher Secondary class
  • Top25perc: Percentage of new students from top 25% of Higher Secondary class
  • F_Undergrad: Number of full-time undergraduate students
  • P_Undergrad: Number of part-time undergraduate students - Outstate: Number of students for whom the particular college or university is out-of-state tuition
  • Room_Board: Cost of room and board
  • Books: Estimated book costs for a student
  • Personal: Estimated personal spending for a student
  • PhD: Percentage of faculties with a Ph.D.
  • Terminal: Percentage of faculties with terminal degree
  • S_F_Ratio: Student/faculty ratio
  • perc_alumni: Percentage of alumni who donate
  • Expend: The instructional expenditure per student
  • Grad_Rate: Graduation rate

About

The objective of this problem is to reduce the number of features by using dimensionality reduction techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published