Skip to content

Instantly share code, notes, and snippets.

@JulianaGuama
Created March 17, 2019 00:12
Show Gist options
  • Save JulianaGuama/163c31b02c0e730001e4debbf82ea928 to your computer and use it in GitHub Desktop.
Save JulianaGuama/163c31b02c0e730001e4debbf82ea928 to your computer and use it in GitHub Desktop.
Matriz de Confusão em Python
From sklearn.metrics import confusion_matrix
print( confusion_matrix(y_predito, y_real) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment