You could use matplotlib’s imshow() to see a heatmap of any matrix.

Also, consider using pandas dataframes, this way you could sort by correlation strength and keep the labels of each row and col.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top