Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 255 Bytes

Machine_Learning_Clustering

Comparing the results of 3 data clustering models on 1 same DataSet:

  1. Agglomerative.
  2. DBSCAN.
  3. KMeans.

The goal is to cluster the customers of a small business using machine learning with the scikit-learn library.