File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Loading an example dataset
76
76
77
77
`scikit-learn ` comes with a few standard datasets, for instance the
78
78
`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 > `_
80
80
datasets for classification and the `diabetes dataset
81
81
<https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html> `_ for regression.
82
82
Original file line number Diff line number Diff line change 9
9
first transform it into a feature vector with length 64.
10
10
11
11
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 >`_
13
13
for more information about this dataset.
14
14
15
15
"""
You can’t perform that action at this time.
0 commit comments