Skip to content

Instantly share code, notes, and snippets.

@douglaspsteen
Created August 16, 2020 02:47
Show Gist options
  • Save douglaspsteen/db2582dc97ae72433b82b98a104d1ccb to your computer and use it in GitHub Desktop.
Save douglaspsteen/db2582dc97ae72433b82b98a104d1ccb to your computer and use it in GitHub Desktop.
plot_confusion_matrix(knn, X_test, y_test, display_labels=['No Seizure',
'Seizure'],
normalize='true', cmap='Blues');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment