Skip to content

Instantly share code, notes, and snippets.

@JohnDeJesus22
Last active July 19, 2020 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnDeJesus22/0ccd6a7b6131fdbcb6872a0237d2f7e4 to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/0ccd6a7b6131fdbcb6872a0237d2f7e4 to your computer and use it in GitHub Desktop.
import confusion matrix libraries
# import libraries
import numpy as np
import matplotlib.pyplot as plt
import scikitplot as skplt
from math import sqrt
from sklearn.metrics import confusion_matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment