diff --git a/Notebooks/Chap02/2_1_Supervised_Learning.ipynb b/Notebooks/Chap02/2_1_Supervised_Learning.ipynb index 382f2f4..65f0007 100644 --- a/Notebooks/Chap02/2_1_Supervised_Learning.ipynb +++ b/Notebooks/Chap02/2_1_Supervised_Learning.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyOmndC0N7dFV7W3Mh5ljOLl", "include_colab_link": true }, "kernelspec": { @@ -235,8 +234,8 @@ "levels = 40\n", "ax.contour(phi0_mesh, phi1_mesh, all_losses ,levels, colors=['#80808080'])\n", "ax.set_ylim([1,-1])\n", - "ax.set_xlabel('Intercept, $\\phi_0$')\n", - "ax.set_ylabel('Slope, $\\phi_1$')\n", + "ax.set_xlabel(r'Intercept, $\\phi_0$')\n", + "ax.set_ylabel(r'Slope, $\\phi_1$')\n", "\n", "# Plot the position of your best fitting line on the loss function\n", "# It should be close to the minimum\n", @@ -250,4 +249,4 @@ "outputs": [] } ] -} +} \ No newline at end of file