Classifying_Data_Using_a_Support_Vector_Machine
Classifying_Data_Using_a_Support_Vector_Machine copied to clipboard
Update support_vector_machine_lesson.ipynb
error encountered ""w = np.zeros(len(X[0]))
TypeError: object of type 'numpy.float64' has no len()"" resolved by putting ""w = svm_sgd_plot(X,y)"" at the beginning