Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created February 28, 2022 14:36
Show Gist options
  • Save AI-MOO/039d88364703ef364b062fa9603da0df to your computer and use it in GitHub Desktop.
Save AI-MOO/039d88364703ef364b062fa9603da0df to your computer and use it in GitHub Desktop.
df.drop('target', axis=1).corrwith(df.target).plot(kind='bar', grid=True, figsize=(12, 8),
title="Correlation with target")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment