项目作者: Shalom91

项目描述 :
Clustering whisky distilleries according to tasting profiles.
高级语言: Jupyter Notebook
项目地址: git://github.com/Shalom91/K-Means_Whisky_Data.git
创建时间: 2020-05-11T11:29:45Z
项目社区:https://github.com/Shalom91/K-Means_Whisky_Data

开源协议:

下载


Instructions

Use K-Means clustering to cluster whisky distilleries by their tasting profile. Use the elbow or silhouette method to find the optimal number of clusters.

To see how successful clustering was, report relevant metrics (e.g. silhouette, adjusted rand index, etc.) and create a plot showing the different distilleries, their classes according to the k-Means clustering, and the distance between points. You can use sklearn.manifold to get Euclidean distances between points.

Describe the main differences between the cluster - what are the factors that differ between classes?