Learn Before
Idea
sns.clustermap()
On the basis of heatmap, clustermap further mining the correlation between each line of data and clustering one by one according to the principle of minimum merge. If the correlation is tested again, the clustermap will be shown as follows. If using the orginal data, please notice that only numeric values can be used in clustermap. You should remove the other columns or change them into numbers.

0
1
Updated 2021-02-05
Tags
Data Science