From f007c3adc00502f2115af6d64d2dbdb06c500513 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 27 Jan 2021 09:35:53 -0800 Subject: [PATCH] Use `main` branch from scikit-learn --- notebook/examples/ml/sklearn-joblib.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/examples/ml/sklearn-joblib.ipynb b/notebook/examples/ml/sklearn-joblib.ipynb index f60bcc2..167ccc7 100644 --- a/notebook/examples/ml/sklearn-joblib.ipynb +++ b/notebook/examples/ml/sklearn-joblib.ipynb @@ -6,7 +6,7 @@ "source": [ "# Scale Scikit-Learn with Dask and Joblib\n", "\n", - " \n", + " \n", "\n", "Many Scikit-Learn operations already support parallelism with [joblib](http://joblib.readthedocs.io/) for single-machine parallelism. This lets you train most estimators (anything that accepts an `n_jobs` parameter) using all the cores of your laptop or workstation.\n", "\n",