diff --git a/support_vector_machine_lesson.ipynb b/support_vector_machine_lesson.ipynb index 817490d..8e277b5 100644 --- a/support_vector_machine_lesson.ipynb +++ b/support_vector_machine_lesson.ipynb @@ -122,7 +122,8 @@ "\n", "# Print a possible hyperplane, that is seperating the two classes.\n", "#we'll two points and draw the line between them (naive guess)\n", - "plt.plot([-2,6],[6,0.5])" + "plt.plot([-2,6],[6,0.5])\n", + "plt.show()" ] }, {