From 36fbba14854d1f666cfd7853bfcb7d4017c2230a Mon Sep 17 00:00:00 2001 From: David Gilbertson Date: Tue, 24 May 2022 15:25:56 +1000 Subject: [PATCH 1/2] Fix broken link --- doc/presentations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/presentations.rst b/doc/presentations.rst index 15b02469d3a6c..7106fd8e6c1ee 100644 --- a/doc/presentations.rst +++ b/doc/presentations.rst @@ -9,7 +9,7 @@ New to Scientific Python? ========================== For those that are still new to the scientific Python ecosystem, we highly recommend the `Python Scientific Lecture Notes -`_. This will help you find your footing a +`_. This will help you find your footing a bit and will definitely improve your scikit-learn experience. A basic understanding of NumPy arrays is recommended to make the most of scikit-learn. From 937f0dd5fe53e2d6a7550b6b869b298889859695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Tue, 24 May 2022 13:55:01 +0200 Subject: [PATCH 2/2] Update presentations.rst --- doc/presentations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/presentations.rst b/doc/presentations.rst index 7106fd8e6c1ee..8a74cd6331bf6 100644 --- a/doc/presentations.rst +++ b/doc/presentations.rst @@ -9,7 +9,7 @@ New to Scientific Python? ========================== For those that are still new to the scientific Python ecosystem, we highly recommend the `Python Scientific Lecture Notes -`_. This will help you find your footing a +`_. This will help you find your footing a bit and will definitely improve your scikit-learn experience. A basic understanding of NumPy arrays is recommended to make the most of scikit-learn.