Skip to content

Instantly share code, notes, and snippets.

@cseidman

cseidman/cm.R Secret

Created January 24, 2018 14:15
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 cseidman/cc7c6ad332787e94449deb98404e3a83 to your computer and use it in GitHub Desktop.
Save cseidman/cc7c6ad332787e94449deb98404e3a83 to your computer and use it in GitHub Desktop.
confusionmatrix
cMx <- table(Truth=pred$IsCardUser ,Prediction=pred$TRUE_Pred>=.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment