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.
1 parent dbc54c0 commit 1a76dd2Copy full SHA for 1a76dd2
train.py
@@ -25,4 +25,4 @@
25
disp = ConfusionMatrixDisplay.from_estimator(
26
clf, X_test, y_test, normalize="true", cmap=plt.cm.Blues
27
)
28
-plt.savefig("confusion_matrix.png")
+plt.savefig("plot.png")
0 commit comments