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
hi guys.
I encountered this warning while checking exercise 2
ml-coursera-python-assignments/Exercise2/utils.py:45: 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.
return np.array(out)
This warning does not sound dangerous, but I thought it's good to inform you.
The text was updated successfully, but these errors were encountered:
hi guys.
I encountered this warning while checking exercise 2
This warning does not sound dangerous, but I thought it's good to inform you.
The text was updated successfully, but these errors were encountered: