diff --git a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb index 5e6ea2c..5df709e 100644 --- a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb +++ b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb @@ -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",