Skip to content

Instantly share code, notes, and snippets.

@john-adeojo
Created January 16, 2021 17:58
Show Gist options
  • Save john-adeojo/77c5917bdf067b53243565c33c2c8b31 to your computer and use it in GitHub Desktop.
Save john-adeojo/77c5917bdf067b53243565c33c2c8b31 to your computer and use it in GitHub Desktop.
# Lets explore the correlations in our data set
plt.figure(figsize=(20,20))
sns.heatmap(Train.corr())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment