Skip to content

Instantly share code, notes, and snippets.

@kperry2215
Created October 23, 2019 01:42
Show Gist options
  • Save kperry2215/f860323c13a4ea6dcc6d7b4672c58c62 to your computer and use it in GitHub Desktop.
Save kperry2215/f860323c13a4ea6dcc6d7b4672c58c62 to your computer and use it in GitHub Desktop.
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