Skip to content

technooby12/Clustering-using-Gaussian-Mixture-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

There is a csv file named dataset.csv. It includes the columns of predictor variables named features and a column of cluster labels called labels. Apply an advanced unsupervised clustering technique on the columns of features, explain the reason behind your selected method and describe pros and cons of the applied technique compared to other techniques Handle the missing values. Use the labels column for calculating the accuracy of the model estimations.. Explain the performance of the model. Explain your solutions with visualizations.

Preprocessing, Scalling, Model selection using multiple performance metrics

Visualized clusters using Gaussian Mixture Models and KMeans

About

k-Means Clustering and GMM Clustering in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published