From 3ecaa64a124b8dd783dc29fea9d2e80ba603b08f Mon Sep 17 00:00:00 2001 From: Ziqi Li <liziqi1992@gmail.com> Date: Mon, 4 Dec 2023 14:16:27 -0500 Subject: [PATCH] update example notebook with notes --- notebooks/GWR_MGWR_Parallel_Example.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/GWR_MGWR_Parallel_Example.ipynb b/notebooks/GWR_MGWR_Parallel_Example.ipynb index 89caeb2..b224ea3 100644 --- a/notebooks/GWR_MGWR_Parallel_Example.ipynb +++ b/notebooks/GWR_MGWR_Parallel_Example.ipynb @@ -197,7 +197,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Effectivenss of `n_jobs`" + "## Effectiveness of `n_jobs`\n", + "Note: The plots are for demonstration purposes only and are based on a specific dataset and a specific machine (12-core). Actual scalability may vary." ] }, {