From 594497ee4c8d13f3df660deeae63f28b9ba353eb Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:04:35 +0100 Subject: [PATCH] Update 5_1_Least_Squares_Loss.ipynb --- Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb index 1e05a1a..d4281ee 100644 --- a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb +++ b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb @@ -139,7 +139,7 @@ "source": [ "# Univariate regression\n", "\n", - "We'll investigate a simple univarite regression situation with a single input $x$ and a single output $y$ as pictured in figures 5.4 and 5.5b." + "We'll investigate a simple univariate regression situation with a single input $x$ and a single output $y$ as pictured in figures 5.4 and 5.5b." ], "metadata": { "id": "PsgLZwsPxauP"