From 57d80e3ee80b2635518944a6587aaf65ea7f2892 Mon Sep 17 00:00:00 2001 From: Hershraj Niranjani <60162641+talkierbox@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:13:35 +0400 Subject: [PATCH] Fix typo in regression_penalty.ipynl "Regrssion" -> "Regression" --- docs/tutorials/regression_penalty.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/regression_penalty.ipynb b/docs/tutorials/regression_penalty.ipynb index 52d85260..68ba7f06 100644 --- a/docs/tutorials/regression_penalty.ipynb +++ b/docs/tutorials/regression_penalty.ipynb @@ -588,7 +588,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Sparse Regrssion\n", + "### Sparse Regression\n", "\n", "In reality, users usually faces a more challenging problem with a much higher $P$ to $N$ ratio with a sparsity specified by the parameter `relevance=0.5` under the simulation process." ]