Created
March 17, 2019 00:12
-
-
Save JulianaGuama/163c31b02c0e730001e4debbf82ea928 to your computer and use it in GitHub Desktop.
Matriz de Confusão em Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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