Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 335 Bytes

Clustering

CLUSTERING ON DIFFERENT DATASETS

  1. Evaluated the K-Means Algorithm, Agglomerative Clustering, and DBSCAN Algorithm on a specific dataset using Python and SciKitLearn library
  2. Summarized that DBSCAN Algorithm worked best on the dataset with highest With-in-Sum-of Squares (WSS) and lowest Between-Sum-of Squares (BSS)