Skip to content

daksh-intwala/K-means---High-Dimensional-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

K-means---High-Dimensional-Data

Applying Kmeans to high dimensional data with 63 column fields.


STEPS

  1. Data Preparation

    a. Describing the Data

    b. Scaling Data: Standardization

    c. Dimension Reduction

    Applied PCA(Prinicpal Component Analysis) and converted all column fields into 2 independent            fields.
    
  2. Optimum K-Value

    a. Silhouette Scores

    b. Elbow Method

  3. Fitting the finalized K-Means

  4. Plotting the cluster chart

About

Applying Kmeans to high dimensional data with 63 column fields.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published