Skip to content

Instantly share code, notes, and snippets.

@ShrashtiSinghal
Created August 6, 2020 16:17
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 ShrashtiSinghal/7e81d7c7dc82b8147a55d2da83875ce5 to your computer and use it in GitHub Desktop.
Save ShrashtiSinghal/7e81d7c7dc82b8147a55d2da83875ce5 to your computer and use it in GitHub Desktop.
#HeatMap to find the corelated features
plt.figure(figsize=(25, 10))
sns.heatmap(data.corr().abs(), annot=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment