From 5e58a7fb990dd8f3288fd75538a0183bff39a5b2 Mon Sep 17 00:00:00 2001 From: go kikuta Date: Mon, 3 Jun 2024 01:48:16 +0900 Subject: [PATCH 1/2] DOC Fix digits doc link --- doc/tutorial/basic/tutorial.rst | 2 +- examples/datasets/plot_digits_last_image.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/basic/tutorial.rst b/doc/tutorial/basic/tutorial.rst index 27dddb4e0e909..c3711fc48e71c 100644 --- a/doc/tutorial/basic/tutorial.rst +++ b/doc/tutorial/basic/tutorial.rst @@ -76,7 +76,7 @@ Loading an example dataset `scikit-learn` comes with a few standard datasets, for instance the `iris `_ and `digits -`_ +`_ datasets for classification and the `diabetes dataset `_ for regression. diff --git a/examples/datasets/plot_digits_last_image.py b/examples/datasets/plot_digits_last_image.py index 0fde32cc674a8..15201958fce25 100644 --- a/examples/datasets/plot_digits_last_image.py +++ b/examples/datasets/plot_digits_last_image.py @@ -9,7 +9,7 @@ first transform it into a feature vector with length 64. See `here -`_ +`_ for more information about this dataset. """ From 0399638202dbaadb7d75ee8f2759fa881155094c Mon Sep 17 00:00:00 2001 From: go kikuta Date: Mon, 3 Jun 2024 01:52:02 +0900 Subject: [PATCH 2/2] DOC change http to https --- doc/tutorial/basic/tutorial.rst | 2 +- examples/datasets/plot_digits_last_image.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/basic/tutorial.rst b/doc/tutorial/basic/tutorial.rst index c3711fc48e71c..f63f958146ea8 100644 --- a/doc/tutorial/basic/tutorial.rst +++ b/doc/tutorial/basic/tutorial.rst @@ -76,7 +76,7 @@ Loading an example dataset `scikit-learn` comes with a few standard datasets, for instance the `iris `_ and `digits -`_ +`_ datasets for classification and the `diabetes dataset `_ for regression. diff --git a/examples/datasets/plot_digits_last_image.py b/examples/datasets/plot_digits_last_image.py index 15201958fce25..fd051a3ad29bf 100644 --- a/examples/datasets/plot_digits_last_image.py +++ b/examples/datasets/plot_digits_last_image.py @@ -9,7 +9,7 @@ first transform it into a feature vector with length 64. See `here -`_ +`_ for more information about this dataset. """