From 56da22c4d4d19c1b73137bfb1ac960432634b1d0 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Mon, 3 Aug 2026 23:36:38 +0800 Subject: [PATCH 1/2] docs: remove stale ML tutorial reference --- machine-learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning.ipynb b/machine-learning.ipynb index ac523d6c..a5450437 100644 --- a/machine-learning.ipynb +++ b/machine-learning.ipynb @@ -7,7 +7,7 @@ "# Dask for Machine Learning\n", "\n", "This is a high-level overview demonstrating some the components of Dask-ML.\n", - "Visit the main [Dask-ML](http://ml.dask.org) documentation, see the [dask tutorial](https://github.com/dask/dask-tutorial) notebook 08, or explore some of the other machine-learning examples." + "Visit the main [Dask-ML](http://ml.dask.org) documentation or explore some of the other machine-learning examples." ] }, { From 8b8117fe82d637cdff2a7b5dcca0c8ebc3872524 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Tue, 4 Aug 2026 11:05:31 +0800 Subject: [PATCH 2/2] docs: clarify Dask-ML documentation link --- machine-learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning.ipynb b/machine-learning.ipynb index a5450437..e640598a 100644 --- a/machine-learning.ipynb +++ b/machine-learning.ipynb @@ -7,7 +7,7 @@ "# Dask for Machine Learning\n", "\n", "This is a high-level overview demonstrating some the components of Dask-ML.\n", - "Visit the main [Dask-ML](http://ml.dask.org) documentation or explore some of the other machine-learning examples." + "Visit the main [Dask-ML](http://ml.dask.org) documentation to explore some of the other machine-learning examples." ] }, {