Skip to content

Commit

Permalink
Update confusion_matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
osanseviero authored Dec 25, 2023
1 parent 7b7041e commit 3b2a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/confusion_matrix/confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
>>> print(results) # doctest: +NORMALIZE_WHITESPACE
{'confusion_matrix': array([[1, 0, 1],
[0, 2, 0],
[1, 1, 0]], dtype=int64)}
[1, 1, 0]])}
"""


Expand Down

0 comments on commit 3b2a229

Please sign in to comment.