Skip to content

Instantly share code, notes, and snippets.

@shayaf84
Created September 14, 2021 03:19
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 shayaf84/a9ee6292f8d3e8f861ce8457b75f70bf to your computer and use it in GitHub Desktop.
Save shayaf84/a9ee6292f8d3e8f861ce8457b75f70bf to your computer and use it in GitHub Desktop.
correlation = data.corr()
fig = plt.subplots(figsize=(15,15))
sns.heatmap(correlation, vmax= 1 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment