Skip to content

Instantly share code, notes, and snippets.

@JohnDeJesus22
Last active July 19, 2020 03:39
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 JohnDeJesus22/7f5c51b9e3fa0411b334127ae2aab4c1 to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/7f5c51b9e3fa0411b334127ae2aab4c1 to your computer and use it in GitHub Desktop.
sklearn cm
# create confusion matrix with sklearn
cm = confusion_matrix(y_actual,y_pred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment