Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 19, 2020 22:03
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 aniruddha27/39a7dab5433f3361ab02b4cb0f4718e4 to your computer and use it in GitHub Desktop.
Save aniruddha27/39a7dab5433f3361ab02b4cb0f4718e4 to your computer and use it in GitHub Desktop.
# correlation
corr = train.corr()
plt.figure(figsize=(15,12))
sns.heatmap(corr,vmax=0.9,square=True)
plt.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment