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 Jan 25, 2024
1 parent 4fb8ffe commit 23b5aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
{
"cell_type": "code",
"source": [
"# Return probability under normal distribution for input y\n",
"# Return probability under normal distribution\n",
"def normal_distribution(y, mu, sigma):\n",
" # TODO-- write in the equation for the normal distribution\n",
" # Equation 5.7 from the notes (you will need np.sqrt() and np.exp(), and math.pi)\n",
Expand Down

0 comments on commit 23b5aff

Please sign in to comment.