Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 16, 2020 09:37
Show Gist options
  • Save aniruddha27/f18c466c2e590fb8f228965f2c5a3e58 to your computer and use it in GitHub Desktop.
Save aniruddha27/f18c466c2e590fb8f228965f2c5a3e58 to your computer and use it in GitHub Desktop.
corr = train.corr()
corr['SalePrice'].sort_values(ascending=False).head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment