Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created July 13, 2021 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetaf/596a5b5d47141f45f35e49393e901d4e to your computer and use it in GitHub Desktop.
Save jeetaf/596a5b5d47141f45f35e49393e901d4e to your computer and use it in GitHub Desktop.
corr_mat=df.corr()
plt.figure(figsize=(16,10))
sns.heatmap(corr_mat,annot=True,fmt='.2f',alpha = 0.7, cmap= 'coolwarm')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment