Skip to content

Instantly share code, notes, and snippets.

@mksamelson
Last active December 17, 2019 23:44
Show Gist options
  • Save mksamelson/d523bd36f015484dacaec0c528ff236a to your computer and use it in GitHub Desktop.
Save mksamelson/d523bd36f015484dacaec0c528ff236a to your computer and use it in GitHub Desktop.
# Visualize Target
cbind(freq=table(churn.info$churn), percentage=prop.table(table(churn.info$churn))*100)
freq percentage
0 52562 79.07746
1 13907 20.92254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment