Skip to content

Commit 2eb390a

Browse files
committed
Pushing the docs to dev/ for branch: main, commit dce9782a0d174d317c89ad52124348fa3bfb4e47
1 parent be3c4a9 commit 2eb390a

File tree

1,209 files changed

+4331
-4331
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,209 files changed

+4331
-4331
lines changed
Binary file not shown.

dev/_downloads/4ddbef459f3a80ccda29978b8cb0ef79/plot_digits_last_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Load the digits dataset
2727
digits = datasets.load_digits()
2828

29-
# Display the first digit
29+
# Display the last digit
3030
plt.figure(1, figsize=(3, 3))
3131
plt.imshow(digits.images[-1], cmap=plt.cm.gray_r, interpolation="nearest")
3232
plt.show()
Binary file not shown.

dev/_downloads/79791c0d96848daf4df02b5b61ced25d/plot_digits_last_image.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"# Code source: Ga\u00ebl Varoquaux\n# Modified for documentation by Jaques Grobler\n# License: BSD 3 clause\n\nfrom sklearn import datasets\n\nimport matplotlib.pyplot as plt\n\n# Load the digits dataset\ndigits = datasets.load_digits()\n\n# Display the first digit\nplt.figure(1, figsize=(3, 3))\nplt.imshow(digits.images[-1], cmap=plt.cm.gray_r, interpolation=\"nearest\")\nplt.show()"
29+
"# Code source: Ga\u00ebl Varoquaux\n# Modified for documentation by Jaques Grobler\n# License: BSD 3 clause\n\nfrom sklearn import datasets\n\nimport matplotlib.pyplot as plt\n\n# Load the digits dataset\ndigits = datasets.load_digits()\n\n# Display the last digit\nplt.figure(1, figsize=(3, 3))\nplt.imshow(digits.images[-1], cmap=plt.cm.gray_r, interpolation=\"nearest\")\nplt.show()"
3030
]
3131
}
3232
],

dev/_downloads/scikit-learn-docs.zip

5.12 KB
Binary file not shown.
212 Bytes
209 Bytes
-64 Bytes
-177 Bytes
66 Bytes

0 commit comments

Comments
 (0)