Skip to content

Instantly share code, notes, and snippets.

@AdroitAnandAI
Created December 15, 2018 00:19
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 AdroitAnandAI/16e6b728cfed32bc2a167d46d111bd9a to your computer and use it in GitHub Desktop.
Save AdroitAnandAI/16e6b728cfed32bc2a167d46d111bd9a to your computer and use it in GitHub Desktop.
univ
# Numerical distribution of dependant variable: Crime Rate
sns.distplot(crimeData['crmrte'], color='g', bins=100, hist_kws={'alpha': 0.4})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment