llSourcell / Classifying_Data_Using_a_Support_Vector_Machine

This is the code for the "Classifying Data using Gradient Descent" by Siraj Raval on Youtube
217 stars 181 forks source link

changed the order of the last two cells for correct execution #4

Open AlyShmahell opened 6 years ago

AlyShmahell commented 6 years ago

I created 3 commits because there was some deprecation warning showing up in the notebook which I had to get rid of, and I did so by commenting "plt.axes().set_yticklabels([])".