From 7549cbaa59cb3a585c33e29e28dfb11852571b10 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Sun, 24 Dec 2023 10:18:32 -0500 Subject: [PATCH] Update 5_1_Least_Squares_Loss.ipynb --- Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb index 74cd44d..a96c3ae 100644 --- a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb +++ b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb @@ -438,7 +438,7 @@ "likelihood_color = 'tab:red'\n", "nll_color = 'tab:blue'\n", "\n", - "ax[0].set_xlabel('beta_1[0, 0]')\n", + "ax[0].set_xlabel('beta_1[0]')\n", "ax[0].set_ylabel('likelihood', color = likelihood_color)\n", "ax[0].plot(beta_1_vals, likelihoods, color = likelihood_color)\n", "ax[0].tick_params(axis='y', labelcolor=likelihood_color)\n", @@ -590,4 +590,4 @@ } } ] -} \ No newline at end of file +}