Skip to content

Commit c3704b6

Browse files
Merge pull request #36 from abhiramasonny/confusion
added helpful comments;
2 parents 15d50f7 + bc7264b commit c3704b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/confusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import seaborn as sns
33
import matplotlib.pyplot as plt
4-
4+
#plug in data
55
conf_matrix = np.array([[79, 7],
66
[1, 0]])
77

0 commit comments

Comments
 (0)