Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc7e52a

Browse filesBrowse files
DOC fix digits dataset link (scikit-learn#29161)
1 parent 8d53479 commit bc7e52a
Copy full SHA for bc7e52a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/tutorial/basic/tutorial.rst

Copy file name to clipboardExpand all lines: doc/tutorial/basic/tutorial.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Loading an example dataset
7676

7777
`scikit-learn` comes with a few standard datasets, for instance the
7878
`iris <https://en.wikipedia.org/wiki/Iris_flower_data_set>`_ and `digits
79-
<https://archive.ics.uci.edu/ml/datasets/Pen-Based+Recognition+of+Handwritten+Digits>`_
79+
<https://archive.ics.uci.edu/dataset/81/pen+based+recognition+of+handwritten+digits>`_
8080
datasets for classification and the `diabetes dataset
8181
<https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html>`_ for regression.
8282

‎examples/datasets/plot_digits_last_image.py

Copy file name to clipboardExpand all lines: examples/datasets/plot_digits_last_image.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
first transform it into a feature vector with length 64.
1010
1111
See `here
12-
<https://archive.ics.uci.edu/ml/datasets/Pen-Based+Recognition+of+Handwritten+Digits>`_
12+
<https://archive.ics.uci.edu/dataset/81/pen+based+recognition+of+handwritten+digits>`_
1313
for more information about this dataset.
1414
1515
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.