diff --git a/03_classification.ipynb b/03_classification.ipynb index cd4f50c..6b3406b 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -596,7 +596,7 @@ " connectionstyle=\"arc3,rad=.2\",\n", " arrowstyle=\"Simple, tail_width=1.5, head_width=8, head_length=10\",\n", " color=\"#444444\"))\n", - "plt.text(0.56, 0.62, \"Higher\\nthreshold\", fontsize=14, color=\"#333333\")\n", + "plt.text(0.56, 0.62, \"Higher\\nthreshold\", color=\"#333333\")\n", "plt.xlabel(\"Recall\")\n", "plt.ylabel(\"Precision\")\n", "plt.axis([0, 1, 0, 1])\n", @@ -684,7 +684,7 @@ " connectionstyle=\"arc3,rad=.4\",\n", " arrowstyle=\"Simple, tail_width=1.5, head_width=8, head_length=10\",\n", " color=\"#444444\"))\n", - "plt.text(0.12, 0.71, \"Higher\\nthreshold\", fontsize=14, color=\"#333333\")\n", + "plt.text(0.12, 0.71, \"Higher\\nthreshold\", color=\"#333333\")\n", "plt.xlabel('False Positive Rate (Fall-Out)')\n", "plt.ylabel('True Positive Rate (Recall)')\n", "plt.grid()\n",