https://drive.google.com/file/d/1kqXPRDOWT7uha7esHGvihvu-Dt7xsJzh/view?usp=sharing
is 73 percent accuracy okay for knn or something can be improved?
it is showing me a warning in the code
:11: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify ‘dtype=object’ when creating the ndarray
v = np.array(v)
how can i fix this
.