You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the book "Machine Learning in action" and repeat code from the chapter 2 kNN, but i got error
"ValueError: could not convert string to float:" on the string
I read the book "Machine Learning in action" and repeat code from the chapter 2 kNN, but i got error
"ValueError: could not convert string to float:" on the string
machinelearninginaction3x/Ch02/kNN.py
Line 48 in c1ea22f
I read doc numpy.zeros and i'm get that a numpy matrix has only float value.
The text was updated successfully, but these errors were encountered: