We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15d50f7 + bc7264b commit c3704b6Copy full SHA for c3704b6
graphs/confusion.py
@@ -1,7 +1,7 @@
1
import numpy as np
2
import seaborn as sns
3
import matplotlib.pyplot as plt
4
-
+#plug in data
5
conf_matrix = np.array([[79, 7],
6
[1, 0]])
7
0 commit comments