Classifying_Data_Using_a_Support_Vector_Machine icon indicating copy to clipboard operation
Classifying_Data_Using_a_Support_Vector_Machine copied to clipboard

Update support_vector_machine_lesson.ipynb

Open Anjalis9718 opened this issue 7 years ago • 0 comments

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

Anjalis9718 avatar Dec 26 '18 10:12 Anjalis9718