Skip to content

Instantly share code, notes, and snippets.

@cseidman

cseidman/cm.R Secret

Created January 24, 2018 14:15
Embed
What would you like to do?
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