8000 DOC remove boston from tutorial.rst (#16889) · NicolasHug/scikit-learn@9cc5558 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cc5558

Browse files
authored
DOC remove boston from tutorial.rst (scikit-learn#16889)
1 parent a2d361b commit 9cc5558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial/basic/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Loading an example dataset
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
7979
<https://archive.ics.uci.edu/ml/datasets/Pen-Based+Recognition+of+Handwritten+Digits>`_
80-
datasets for classification and the `boston house prices dataset
81-
<https://archive.ics.uci.edu/ml/machine-learning-databases/housing/>`_ for regression.
80+
datasets for classification and the `diabetes dataset
81+
<https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html>`_ for regression.
8282

8383
In the following, we start a Python interpreter from our shell and then
8484
load the ``iris`` and ``digits`` datasets. Our notational convention is that

0 commit comments

Comments
 (0)
0