From ea5e5f08bc7234f4db82bfb292aada3f6be45cf2 Mon Sep 17 00:00:00 2001 From: reshamas Date: Wed, 10 May 2023 11:39:28 -0400 Subject: [PATCH] target GLM_linear >> glm_linear --- docs/source/learn/core_notebooks/GLM_linear.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/learn/core_notebooks/GLM_linear.ipynb b/docs/source/learn/core_notebooks/GLM_linear.ipynb index fe5bc18153..6f8f370cf2 100644 --- a/docs/source/learn/core_notebooks/GLM_linear.ipynb +++ b/docs/source/learn/core_notebooks/GLM_linear.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "(GLM_linear)=\n", + "(glm_linear)=\n", "# GLM: Linear regression\n", "\n", "This tutorial is adapted from a [blog post by Thomas Wiecki called \"The Inference Button: Bayesian GLMs made easy with PyMC\"](http://twiecki.github.io/blog/2013/08/12/bayesian-glms-1/).\n",