Skip to content

krishna-y-tummala/PrincipalComponentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PrincipalComponentAnalysis

PCA using Python

Works only with Python 3.0 or greater

To save the plots, create a new folder and use the os module to change the working directory. Lines 2-5

Libraries Required: NumPy, Pandas, os, SciKit Learn (sklearn), Seaborn and Matplotlib