Created
October 23, 2019 01:42
-
-
Save kperry2215/f860323c13a4ea6dcc6d7b4672c58c62 to your computer and use it in GitHub Desktop.
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
results_rounded = np.round(results) | |
confusion_matrix(testing_target, results_rounded) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment