Skip to content

Commit 07795cc

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 8c6a045e46abe94e43a971d4f8042728addfd6a7
1 parent 96f0c7a commit 07795cc

File tree

1,272 files changed

+4642
-4401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,272 files changed

+4642
-4401
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0ca00d5ed62d6694d3d6d3cb125f72fa
3+
config: 7bb620610332b3c62f3fe86f271d1370
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/1a55101a8e49ab5d3213dadb31332045/plot_digits_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# We can also plot a :ref:`confusion matrix <confusion_matrix>` of the
9696
# true digit values and the predicted digit values.
9797

98-
disp = metrics.plot_confusion_matrix(clf, X_test, y_test)
98+
disp = metrics.ConfusionMatrixDisplay.from_predictions(y_test, predicted)
9999
disp.figure_.suptitle("Confusion Matrix")
100100
print(f"Confusion matrix:\n{disp.confusion_matrix}")
101101

0 commit comments

Comments
 (0)