Skip to content

Implementation of KMeans clusterization algorithm in Python using Pandas, NumPy and Scikit-Learn.

Notifications You must be signed in to change notification settings

ivalada/KMeans-Manual-and-Sklearn-Implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

KMeans-Manual-and-Sklearn-Implementations

Implementation of KMeans clusterization algorithm in Python using Pandas, NumPy and Scikit-Learn.

Clusterizer is being tested on sklearn "toy" datasets:

  • Iris plant dataset
  • Wine recognition dataset
  • Breast cancer wisconsin (diagnostic) dataset

Each dataset is being tested with manual/sklearn clusterizers.