Created
October 14, 2016 12:50
-
-
Save mmmayo13/6055bc970e58746a588a6329a53602bf to your computer and use it in GitHub Desktop.
This file contains 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
pd.DataFrame(runResults["confusionMatrix"])\ | |
.pivot_table(index="actual", columns="predicted", fill_value=0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment