Question: You are given the dataset minerals.csv which contains data about the height, width, density, compactness and texture of some mineral stones. You are going to
You are given the dataset minerals.csv which contains data about the height, width, density,
compactness and texture of some mineral stones. You are going to apply cluster analysis on this
dataset.
a Apply the 'elbow' method to guess to proper number of clusters.
b Apply means with the value of found in part
c Visualize the results through a scatter plot
d Visualize the results through a heatmap
e As known, the generated labels in clustering are symbolic dots So for example
labels and labels represent the same clustering.
Write a function which adjusts the labels list, so that the fist appearing label in the list
is then the next appearing label is then and so on For example both mentioned
cases would be adjusted as:
f Write a function which takes as input two lists of clustering labels and determines
whether they are identical.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
