Skip to content

Commit

Permalink
Update 5_1_Least_Squares_Loss.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook authored Dec 24, 2023
1 parent 3cdb675 commit 7549cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -590,4 +590,4 @@
}
}
]
}
}

0 comments on commit 7549cba

Please sign in to comment.