Skip to content

Commit 1a76dd2

Browse files
authored
fix plot name (#219)
- fixes #217 - partially reverts #171
1 parent dbc54c0 commit 1a76dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
disp = ConfusionMatrixDisplay.from_estimator(
2626
clf, X_test, y_test, normalize="true", cmap=plt.cm.Blues
2727
)
28-
plt.savefig("confusion_matrix.png")
28+
plt.savefig("plot.png")

0 commit comments

Comments
 (0)